autoplot.varstan: autoplot methods for varstan models.
Description
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.
Usage
# S3 method for varstan
autoplot(object, prob = 0.95, ...)
Arguments
object
An object of class varstan.
prob
A number \(p \in (0,1)\) indicating the desired
probability mass to include in the intervals. The default is to report
90% intervals (prob=0.9) rather than the traditionally used
95%.