specific: Extract unit-specific parameters from a panelPomp object

specificR Documentation

Extract unit-specific parameters from a panelPomp object

Description

This function is used to extract the unit-specific parameters from a panel pomp object.

Usage

specific(object, ..., format = c("matrix", "vector"))

Arguments

object

an object that contains unit-specific parameters

...

additional arguments.

format

character representing how the parameters should be returned

Value

a matrix or vector containing the unit-specific parameters

Author(s)

Jesse Wheeler

See Also

panelPomp_methods

Examples

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

cbreto/panelPomp documentation built on Sept. 15, 2024, 10:42 p.m.