extract
method for stergm
objectsextract
method for stergm
objects created by the
stergm
function in the tergm package.
# S4 method for stergm
extract(
model,
beside = FALSE,
include.formation = TRUE,
include.dissolution = TRUE,
include.nvertices = TRUE,
include.aic = FALSE,
include.bic = FALSE,
include.loglik = FALSE,
...
)
A statistical model object.
Arrange the model terms below each other or beside each other?
In a stergm
model, the formation and dissolution coefficients can be
arranged in two columns of the table.
Report the coefficients for the formation process in a STERGM?
Report the coefficients for the dissolution process in a STERGM?
Report the number of vertices in a STERGM?
Report Akaike's Information Criterion (AIC) in the GOF block?
Report the Bayesian Information Criterion (BIC) in the GOF block?
Report the log likelihood in the GOF block?
Custom parameters, which are handed over to subroutines, in this
case to the summary
method for the object.