Plot Regression
Usage
# S3 method for class 'Regression'
plot(
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.