param_names | R Documentation |
This is a generic that returns a vector giving the names of the parameters associated with a model or a model fit.
param_names(object, ...)
## Default S3 method:
param_names(object, ...)
param_names(object, ...) <- value
object |
An object for which parameter names are defined. |
... |
Additional arguments to methods. |
value |
Specification for the new parameter names. |
param_names(default)
: By default, the names of the coef()
vector is returned.
param_names(object, ...) <- value
: a method for modifying parameter names of an object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.