get_qc_plots | R Documentation |
Plots a series of diagnostic plots of model residuals with potential outliers indicated.
get_qc_plots(
predx_object,
cust_theme = ggplot2::theme_classic(),
point_wjitter = 0.01,
point_hjitter = 0.01,
point_alpha = 0.75
)
predx_object |
an object of class |
cust_theme |
customized plot theme provided by the user. |
point_wjitter |
horizontal jittering of the points. |
point_hjitter |
vertical jittering of the points. |
point_alpha |
plot point alpha. |
returns a series of ggplot objects with the diagnostic residuals plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.