summary.marssMLE | R Documentation |
A brief summary of the fit: number of state and observation time series and the estimates. See also glance()
and tidy()
for other summary like output.
## S3 method for class 'marssMLE'
summary(object, digits = max(3, getOption("digits") - 3), ...)
object |
A |
digits |
Number of digits for printing. |
... |
Not used. |
Returns 'object' invisibly.
Eli Holmes, NOAA, Seattle, USA.
glance()
, tidy()
dat <- t(harborSeal)
dat <- dat[c(2,11),]
fit <- MARSS(dat)
summary(fit)
glance(fit)
tidy(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.