nparam {ergm} | R Documentation |
Length of the parameter vector associated with an object or with its terms.
Description
This is a generic that returns the number of parameters associated with a model or a model fit.
Usage
nparam(object, ...)
## Default S3 method:
nparam(object, ...)
## S3 method for class 'ergm'
nparam(object, offset = NA, ...)
Arguments
object |
An object for which number of parameters is defined. |
... |
Additional arguments to methods. |
offset |
If |
Methods (by class)
-
nparam(default)
: By default, the length of thecoef()
vector is returned. -
nparam(ergm)
: A method to return the number of parameters of anergm
fit.
[Package ergm version 4.6.0 Index]