Learn R Programming

panelPomp (version 1.7.0.0)

specific: 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"))

Value

a matrix or vector containing the unit-specific parameters

Arguments

object

an object that contains unit-specific parameters

...

additional arguments.

format

character representing how the parameters should be returned

Author

Jesse Wheeler

See Also

panelPomp_methods

Examples

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

Run the code above in your browser using DataLab