param_names {ergm} | R Documentation |
Names of the parameters associated with an object.
Description
This is a generic that returns a vector giving the names of the parameters associated with a model or a model fit.
Usage
param_names(object, ...)
## Default S3 method:
param_names(object, ...)
param_names(object, ...) <- value
Arguments
object |
An object for which parameter names are defined. |
... |
Additional arguments to methods. |
value |
Specification for the new parameter names. |
Methods (by class)
-
param_names(default)
: By default, the names of thecoef()
vector is returned.
Functions
-
param_names(object, ...) <- value
: a method for modifying parameter names of an object.
[Package ergm version 4.9.0 Index]