control.gof {ergm} | R Documentation |
Auxiliary function as user interface for fine-tuning ERGM Goodness-of-Fit Evaluation.
control.gof.formula(prop.weights = "default", prop.args = NULL, drop = TRUE, summarizestats = FALSE, maxchanges = 1e+06) control.gof.ergm(prop.weights = NULL, prop.args = NULL, drop = TRUE, summarizestats = FALSE, maxchanges = 1e+06)
prop.weights |
Specifies the method to allocate probabilities of
being proposed to dyads. For the |
prop.args |
An alternative, direct way of specifying additional arguments to proposal. |
drop |
logical; Should the degenerate terms in the model be
dropped from the fit?
If statistics occur on the extreme of their range they
correspond to infinite parameter estimates.
Default is |
summarizestats |
logical; Print out a summary of
the sufficient statistics of the generated network. This is useful
as a diagnostic. Default is |
maxchanges |
Currently unused. |
This function is only used within a call to the gof
function.
See the usage
section in gof
for details.
A list with arguments as components.
gof
. The control.simulate
function performs a
similar function for
simulate.ergm
;
control.ergm
performs a
similar function for ergm
.