get_qc_plots: Diagnostic plots of model residuals for predx objects.

View source: R/utils_qc.R

get_qc_plotsR Documentation

Diagnostic plots of model residuals for predx objects.

Description

Plots a series of diagnostic plots of model residuals with potential outliers indicated.

Usage

get_qc_plots(
  predx_object,
  cust_theme = ggplot2::theme_classic(),
  point_wjitter = 0.01,
  point_hjitter = 0.01,
  point_alpha = 0.75
)

Arguments

predx_object

an object of class predx.

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.

Value

returns a series of ggplot objects with the diagnostic residuals plots.


PiotrTymoszuk/caretExtra documentation built on Oct. 15, 2023, 10:03 p.m.