specific {panelPomp} | R 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
Examples
prw <- panelRandomWalk()
# extract parameters in list form
specific(prw)
[Package panelPomp version 1.5.0.0 Index]