describe.marssMODEL | R Documentation |
describe.marssMODEL
will print out information on the model in short form (e.g. 'diagonal and equal'). It is used by print()
. It calls form specific functions: describe_dfa
, describe_marss
, and describe_marxss
.
describe.marssMODEL(x)
x |
A |
describe.marssMODEL(marssMODEL)
returns a list with the structure of each parameter matrix in 'English' (e.g. 'diagonal and unequal').
Eli Holmes, NOAA, Seattle, USA.
dat <- t(harborSeal)
dat <- dat[c(2, 11), ]
MLEobj <- MARSS(dat)
MARSS:::describe.marssMODEL(MLEobj$model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.