params | R Documentation |
panelPomp
object parameter formatsThese facilitate keeping a record of evaluated log likelihoods.
toParamVec(pParams)
toMatrixPparams(listPparams)
pParams |
A list with both shared (vector) and unit-specific (matrix) parameters. |
listPparams |
PanelPomp parameters in list format |
toParamVec()
returns model parameters in vector form. This function
is the inverse of toParamList
toMatrixPparams()
returns an object of class matrix
with the
model parameters in matrix form.
Carles \Breto
prw <- panelRandomWalk()
toParamVec(coef(prw, format = 'list'))
toMatrixPparams(coef(prw, format = 'list'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.