dlmMod {exdqlm} | R Documentation |
The function creates a state space model of an exDQLM from "dlm
" object.
dlmMod(m)
m |
An object of class " |
List containing only the components of m
needed for the exDQLM state space model.
library(dlm)
m = dlmModPoly(order=2,C0=10*diag(2)) + dlmModTrig(365,2,C0=10*diag(4))
model = dlmMod(m)