get_qc_plots: Plots of model residuals.

View source: R/utils.R

get_qc_plotsR Documentation

Plots of model residuals.

Description

Generates a series of residual plots: residuals vs fitted, standardized residuals vs fitted, squared residuals vs fitted and residuals quantile-quantile plot.

Usage

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,
  ...
)

Arguments

cust_theme

a ggplot theme.

resid.type

type of the residuals, passed to residuals.kinetic.

point_wjitter

horizontal point jittering.

point_hjitter

vertical point jittering.

point_alpha

plot point alpha.

...

extra arguments passed to residuals.kinetic.

kinet_object

a kinetic object.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.