Description Usage Arguments Value Author(s) Examples
Performs a visual check of residuals in time series models, this method is inspired in
the check.residuals
function provided by the forecast
package.
1 | check_residuals(object, ...)
|
object |
a varstan object. |
... |
Other plotting parameters to affect the plot. |
None. Function produces a ggplot2 graph.
Asael Alonzo Matamoros.
1 2 3 4 | library(astsa)
sf1 = auto.sarima(ts = birth,iter = 500,chains = 1)
# fitted model
check_residuals(sf1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.