summary.arima.estimate | R Documentation |
Summary method.
## S3 method for class 'arima.estimate' summary(object, ...) ## S3 method for class 'bsts.estimate' summary(object, quantiles = c(0.025, 0.25, 0.5, 0.75, 0.975), ...)
object |
an object of class “arima.spec” or “bsts.spec”. |
... |
not currently used. |
quantiles |
vector of quantiles to evaluate for each variable. |
A printout of the parameter summary, model type and some model metrics. For the bsts model, the posterior distribution of parameters is fist converted into an mcmc object (coda package).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.