pparams: Extract parameters (coefficients) of a panel model

pparamsR Documentation

Extract parameters (coefficients) of a panel model

Description

pparams() is a generic function that extracts parameter (coefficient) values from objects returned by panel modeling functions. While the named numeric vector format is useful and possible via S4 methods for coef(), alternative formats capturing the panel structure can be implemented via pparams().

Usage

pparams(object, ...)

Arguments

object

an object for which extraction of panel model parameter (coefficient) values is meaningful.

...

additional arguments.

Details

This is a generic function: methods can be defined for it.

Value

Parameter (coefficient) values extracted from the panel model object.

\pparamsReturn

Author(s)

Carles \Breto

See Also

panelPomp_methods

Examples

prw <- panelRandomWalk()
# extract parameters in list form
pparams(prw)

cbreto/panelPomp documentation built on April 13, 2024, 12:23 a.m.