View source: R/marg_cond_sim.R
marg_cond_sim | R Documentation |
This function is to be considered experimental. Do NOT rely on
it. It may, eventually, be moved to ergm
, perhaps integrated into
the simulate
methods.
marg_cond_sim(
object,
nsim = 1,
obs.twostage = nsim/2,
GOF = NULL,
control = control.gofN.ergm(),
save_stats = FALSE,
negative_info = c("error", "warning", "message", "ignore"),
...
)
object |
an |
nsim |
number of realizations. |
obs.twostage , GOF , save_stats |
see |
control |
a control list returned by |
negative_info |
how to handle the situation in which the constrained variance exceeds the unconstrained: the corresponding action will be taken. |
... |
additional arguments to |
an object of similar structure as that returned by gofN()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.