extract
method for gnm
objectsextract
method for gnm
objects created by the
gnm
function in the gnm package.
# S4 method for gnm
extract(
model,
include.aic = TRUE,
include.bic = TRUE,
include.loglik = TRUE,
include.deviance = TRUE,
include.nobs = TRUE,
include.df = FALSE,
include.chisq = FALSE,
include.delta = FALSE,
...
)
A statistical model object.
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?
Report the deviance?
Report the number of observations in the GOF block?
Report the degrees of freedom?
Report the chi squared statistic?
Report the delta statistic?
Custom parameters, which are handed over to subroutines. Currently not in use.