-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can ergm.ego handle target.stats? #41
Comments
This should be pretty straightforward. How about a
The default is, of course, a vector of One complication is that the user can't always know in advance how big the pseudopopulation network is going to be. I think that we can rescale them as needed, but I am not 100% sure. It does raise a UI question: should the Lastly, another thing we might need to worry about is quantifying uncertainty. Does the statistic passed to |
Oh my. I'd forgotten about the inference issues. But backing up...
or, following the
|
Hard to say. Right now, a vector with an element for each coefficient is what The |
Context: we want to use a mix of observed netstats and target.stats for an
ergm.ego
model@dth2 @krivit
The
...
in theergm.ego
call specs suggests we can pass additional arguments toergm
, but I get an error when trying to do so:Makes sense, since
ergm.ego
uses the existingtarget.stats
argument for it's own purposes. So it looks like we will need a new argument to pass target stats explicitly.Request: would be nice to have a way to just specify the additional target stats, the ones we want to send explicitly, rather than a whole vector with the observed + the additional.
The text was updated successfully, but these errors were encountered: