get_qc_plots | R Documentation |
Generates a series of residual plots: residuals vs fitted, standardized residuals vs fitted, squared residuals vs fitted and residuals quantile-quantile plot.
get_qc_plots( kinetic_object, cust_theme = ggplot2::theme_classic(), resid.type = "response", point_wjitter = 0.01, point_hjitter = 0.01, point_alpha = 0.75, ... )
cust_theme |
a ggplot theme. |
resid.type |
type of the residuals, passed to
|
point_wjitter |
horizontal point jittering. |
point_hjitter |
vertical point jittering. |
point_alpha |
plot point alpha. |
... |
extra arguments passed to |
kinet_object |
a kinetic object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.