View source: R/helper_plot_diagnostics.R
These are the actual plotting functions for the 6 plots shown in the wrapper
function plot_diagnostics
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | plot_outline()
plot_cook(values, title)
plot_acf(x_var, y_var, title)
plot_pacf(x_var, y_var, title)
plot_resid(model_fitted, model_resid, title)
plot_qq(model_resid, theo_quan, title)
plot_gcvv(x_var, y_var, lab, best_t_val, title)
plot_all_diag(p1, p2, p3, p4, p5, p6, title)
plot_empty()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.