| as.exdqlm | R Documentation |
exdqlm objectsas.exdqlm attempts to turn a list into an exdqlm object. Works for time-invariant dlm objects created using the dlm package.
as.exdqlm(m)
m |
a list containing named elements m0, C0, FF and GG. |
A object of class "exdqlm" containing the state space model components:
FF - Observational vector.
GG - Evolution matrix.
m0 - Prior mean of the state vector.
C0 - Prior covariance of the state vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.