Description Usage Arguments Details Value
This is a slight modification of the function gof.ergmm from the
package latentnet.
1 2 |
objfit |
An object produced by a call to |
nsim |
Number of simulated networks. |
GOF |
A formula object to specify the statistics to use to diagnosis the goodness-of-fit
of the model, among those suitable for directed networks. See the help file of |
verbose |
Provides verbose information on the progress of the simulation. Default is FALSE. |
conditional |
Should the random effects be set at the estimated values, or else simulated from the normal distribution? Default is FALSE. |
The function makes only a minor modification to the function gof.ergmm from the
package latentnet. The only change is actually that the function simulate.p2
is employed to generate the networks.
This means that this function is based on 'statnet' project software
(http://statnet.org). For license and citation information see http://statnet.org/attribution.
It would have been much preferable to pass the simulated networks to gof.ergmm, but
unfortunately such functionality is not supported, therefore it has been necessary to duplicate
the function.
Like gof.ergmm, it returns an object of class gofobject.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.