Description Usage Arguments Value Examples
Preliminary plot 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 |
x |
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
90\% intervals ( |
... |
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
plot(sf1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.