Skip to contents

Plot Regression

Usage

# S3 method for class 'Regression'
plot(x, what = "all", fit = "glm", theme = rtemis_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

Character or Theme: Theme to use for the plot.

labelify

Logical: If TRUE, labelify the axis labels.

...

Additional arguments passed to the plotting function.

Author

EDG