Plot model residual diagnostics
Source:R/model_reporting_extensions.R
plot_gazepoint_model_residuals.RdCreate a compact residual diagnostic plot from either a fitted model object
with residuals() and fitted() methods, or a data frame that
already contains fitted values and residuals.
Usage
plot_gazepoint_model_residuals(
model = NULL,
data = NULL,
fitted_col = NULL,
residual_col = NULL,
type = c("residuals_fitted", "qq"),
title = NULL
)