View source: R/diagnostic_plots.R
diag_plot | R Documentation |
This function will plot 8 diagnostic plots to assess the model used to fit the data. These include: (1) residuals plot, (2) residuals vs fitted values, (3) histogram of distribution of standardized residuals, (4) Normal Q-Q plot of residuals, (5) ACF plot, (6) PACF plot, (7) Haar Wavelet Variance Representation, (8) Box test results.
diag_plot(Xt = NULL, model = NULL, resids = NULL, std = FALSE)
Xt |
The data used to construct said model. |
model |
A |
resids |
A |
std |
A |
Yuming Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.