Plot True vs. Predicted for RegressionRes
Source:R/07_S7_Supervised.R
plot_true_pred.RegressionRes.Rd
Plot True vs. Predicted for RegressionRes
Usage
plot_true_pred.RegressionRes(
x,
what = "all",
fit = "glm",
theme = choose_theme(),
labelify = TRUE,
...
)
Arguments
- x
RegressionRes object.
- what
Character vector: "all", "training", "test". Which set(s) to plot.
- fit
Character: Algorithm to use to draw fit line.
- theme
Theme object.
- labelify
Logical: If TRUE, labelify the axis labels.
- ...
Additional arguments passed to draw_fit.