mplot3
: True vs. Fitted plotAn mplot3.xy
alias with defaults for plotting a learner's performance
mplot3.fit(x, y, fit = "lm", se.fit = TRUE, fit.error = TRUE,
axes.equal = TRUE, diagonal = TRUE,
theme = getOption("rt.fit.theme", "lightgrid"), col = NULL,
zero.lines = FALSE, fit.legend = FALSE, ...)
Vector, numeric / factor / survival for regression, classification, survival: True values
Vector, numeric / factor / survival for regression, classification, survival: Predicted values
String: rtemis model to calculate y ~ x fit. Options: see modSelect
Can also be Logical, which will give a GAM fit if TRUE. If you specify "NLA", the activation function should
be passed as a string.
Logical: If TRUE, draw the standard error of the fit
Logical: Should axes be equal? Defaults to FALSE
String: "light", "dark", "lightgrid", "darkgrid", "lightbox", "darkbox"
Default = "lightgrid" if no default "rt.fit"
is set using options
.
You can set a system-wide default in your .Rprofile
by including a line like
options(rt.theme = 'lightgrid')
Logical: If TRUE, draw lines at x = 0 and y = 0
Additional argument to be passed to mplot3.conf (classification) or mplot3.xy (regression)