marg_cond_sim {ergm.multi} | R Documentation |
Calculate gofN()-style Pearson residuals for arbitrary statistics
Description
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.
Usage
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"),
...
)
Arguments
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 |
Value
an object of similar structure as that returned by gofN()
.
[Package ergm.multi version 0.2.1 Index]