specific | R Documentation |
This function is used to extract the unit-specific parameters from a panel pomp object.
specific(object, ..., format = c("matrix", "vector"))
object |
an object that contains unit-specific parameters |
... |
additional arguments. |
format |
character representing how the parameters should be returned |
a matrix or vector containing the unit-specific parameters
Jesse Wheeler
panelPomp_methods
prw <- panelRandomWalk()
# extract parameters in list form
specific(prw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.