- x
A model object.
- ...
Currently not used.
- dot_size, line_size
Size of line and dot-geoms.
- panel
Logical, if TRUE, plots are arranged as panels; else,
single plots for each diagnostic are returned.
- check
Character vector, indicating which checks for should be performed
and plotted. May be one or more of "all", "vif", "qq", "normality",
"linearity", "ncv", "homogeneity", "outliers", "reqq", "pp_check",
"binned_residuals" or "overdispersion", Not that not all check apply
to all type of models (see 'Details'). "reqq" is a QQ-plot for random
effects and only available for mixed models. "ncv" is an alias for
"linearity", and checks for non-constant variance, i.e. for
heteroscedasticity, as well as the linear relationship. By default, all
possible checks are performed and plotted.
- alpha, dot_alpha
The alpha level of the confidence bands and dot-geoms.
Scalar from 0 to 1.
- colors
Character vector with color codes (hex-format). Must be of
length 3. First color is usually used for reference lines, second color
for dots, and third color for outliers or extreme values.
- theme
String, indicating the name of the plot-theme. Must be in the
format "package::theme_name" (e.g. "ggplot2::theme_minimal").
- detrend
Should QQ/PP plots be detrended?
- verbose
Toggle off warnings.