param_names: Names of the parameters associated with an object.

View source: R/param_names.R

param_namesR 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, ...)

Arguments

object

An object for which parameter names are defined.

...

Additional arguments to methods.

Methods (by class)

  • param_names(default): By default, the names of the coef() vector is returned.


ergm documentation built on May 31, 2023, 8:04 p.m.