Description Usage Arguments Value Examples
Preliminary autoplot methods for varstan models only valid for univariate time series models. The function prints the fitted values time series, the trace and density plots for the sampled model parameters, or the residuals' posterior mean time series.
1 2 |
object |
An object of class |
prob |
A number p (0 < p < 1) indicating the desired
probability mass to include in the intervals. The default is to report
|
... |
Further arguments passed to |
None. Function produces a ggplot2 graph.
1 2 3 4 | library(astsa)
sf1 = auto.sarima(ts = birth,iter = 500,chains = 1)
# fitted model
autoplot(sf1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.