Skip to contents

Plot True vs. Predicted for Regression

Usage

plot_true_pred.Regression(
  x,
  what = "all",
  fit = "glm",
  theme = choose_theme(),
  labelify = TRUE,
  ...
)

Arguments

x

Regression object.

what

Character vector: What to plot. Can include "training", "validation", "test", or "all", which will plot all available.

fit

Character: Algorithm to use to draw fit line.

theme

Theme object.

labelify

Logical: If TRUE, labelify the axis labels.

...

Additional arguments passed to the plotting function.

Author

EDG