gof.mlergm function

Evaluate the goodness-of-fit of an estimated model.

Evaluate the goodness-of-fit of an estimated model.

Performs a Goodness-of-Fit procedure along the lines of Hunter, Goodreau, and Handcock (2008). Statistics are simulated from an fitted mlergm object, which can then be plotted and visualized. An example is given in the documentation of mlergm.

## S3 method for class 'mlergm' gof(object, ..., options = set_options(), seed = NULL, gof_form = NULL)

Arguments

  • object: An object of class mlergm, likely produced by function mlergm.
  • ...: Additional arguments to be passed if necessary.
  • options: See set_options for details.
  • seed: A seed to be provided to ensure reproducibility of results.
  • gof_form: A formula object of the form ~ term1 + term2 + ... for statistics to compute for the GOF procedure.

Returns

gof.mlergm returns an object of class gof_mlergm which is a list containing: - obs_stats: The GOF statistic values of the observed network.

  • gof_stats: The GOF statistic values simulated from the the estimated mlergm objeect provided.

References

Hunter, D. R., Goodreau, S. M., and Handcock, M. S. (2008). Goodness of fit of social network models. Journal of the American Statistical Association, 103(481), 248-258.

See Also

plot.gof_mlergm

  • Maintainer: Jonathan Stewart
  • License: GPL-3
  • Last published: 2021-08-23

Useful links