specific<- | R Documentation |
This function is used to set the unit-specific parameters of a panel pomp object.
specific(object) <- value
object |
an object that contains unit-specific parameters. |
value |
a numeric matrix with column names matching the names of the
|
Jesse Wheeler
panelPomp_methods
# set parameters in list form
prw <- panelRandomWalk(U = 4)
new_pars <- matrix(c(1, 1, 3, 2), nrow = 1)
dimnames(new_pars) <- list(param = "X.0", unit = c("rw1", "rw2", "rw3", "rw4"))
specific(prw) <- new_pars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.