This is a generic that returns the number of parameters associated with a model or a model fit.
nparam(object, ...)# S3 method for default
nparam(object, ...)
# S3 method for ergm
nparam(object, offset = NA, ...)
An object for which number of parameters is defined.
Additional arguments to methods.
If NA
(the default), all model terms are counted;
if TRUE
, only offset terms are counted; and if
FALSE
, offset terms are skipped.
nparam(default)
: By default, the length of the coef()
vector is returned.
nparam(ergm)
: A method to return the number of parameters of an ergm
fit.