plot_outline: Helper functions for plot_model

Description Usage See Also

View source: R/helper_plot_diagnostics.R

Description

These are the actual plotting functions for the 6 plots shown in the wrapper function plot_diagnostics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
plot_outline()

plot_cook(values, title)

plot_acf(x_var, y_var, title)

plot_pacf(x_var, y_var, title)

plot_resid(model_fitted, model_resid, title)

plot_qq(model_resid, theo_quan, title)

plot_gcvv(x_var, y_var, lab, best_t_val, title)

plot_all_diag(p1, p2, p3, p4, p5, p6, title)

plot_empty()

See Also

plot_diagnostics


saskiaotto/INDperform documentation built on Oct. 27, 2021, 10:33 p.m.