View source: R/plot_mvgam_resids.R
plot_mvgam_resids | R Documentation |
This function takes a fitted mvgam
object and returns various residual diagnostic plots
plot_mvgam_resids(object, series = 1, newdata, data_test)
object |
|
series |
|
newdata |
Optional |
data_test |
Deprecated. Still works in place of |
A total of four base R
plots are generated to examine Dunn-Smyth residuals for
the specified series. Plots include a residuals vs fitted values plot,
a Q-Q plot, and two plots to check for any remaining temporal autocorrelation in the residuals.
Note, all plots use posterior medians of fitted values / residuals, so uncertainty is not represented.
A series of base R
plots
Nicholas J Clark
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.