powered by
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.
glance()
tidy()
# S3 method for marssMLE summary(object, digits = max(3, getOption("digits") - 3), ...)
Returns `object` invisibly.
A marssMLE object.
marssMLE
Number of digits for printing.
Not used.
Eli Holmes, NOAA, Seattle, USA.
glance(), tidy()
dat <- t(harborSeal) dat <- dat[c(2,11),] fit <- MARSS(dat) summary(fit) glance(fit) tidy(fit)
Run the code above in your browser using DataLab