extract method for ergmm objects created by the
ergmm function in the latentnet
package.
# S4 method for class 'ergmm'
extract(model, include.bic = TRUE, ...)
Arguments
- model
A statistical model object.
- include.bic
Report the Bayesian Information Criterion (BIC) in the GOF
block?
- ...
Custom parameters, which are handed over to subroutines. Currently
not in use.