rtMod
S3 methodsS3 methods for rtMod
class.
Excludes functions print
and plot
defined within the rtMod class itself.
# S3 method for rtMod
print(x, ...)# S3 method for rtMod
fitted(object, ...)
# S3 method for rtMod
predict(object, newdata, trace = 0, verbose = TRUE,
...)
# S3 method for rtMod
residuals(object, ...)
# S3 method for rtMod
plot(x, estimate = NULL,
theme = getOption("rt.fit.theme", "lightgrid"), filename = NULL, ...)
# S3 method for rtMod
summary(object, plots = TRUE, cex = 1,
fit.true.line = "lm", resid.fit.line = "gam", fit.legend = TRUE,
se.fit = TRUE, single.fig = TRUE, summary = TRUE,
theme = getOption("rt.fit.theme", "lightgrid"), title.col = NULL,
...)
# S3 method for rtMod
coef(object, verbose = TRUE, ...)
# S3 method for rtModLite
predict(object, newdata, ...)
Additional arguments to be passed to mplot3
rtemis model
Testing set features
String. mplot3
theme to use. Options: "box", "darkbox", "light", "dark"
Logical. Should plots be printed?
Numeric. Character expansion factor
rtemis model to use for fitted vs. true line
Options: modSelect()
rtemis model to use for residuals vs. fitted line.
Options: modSelect()
Logical. Should fit legends be printed? Defaults to TRUE
Logical. Should 2 * standard error bands be plotted? Defaults to TRUE
Logical. Should all plots be in same figure? Defaults to TRUE
Logical. Should summary be printed? Defaults to TRUE
Color for main title
Trained model of class rtMod
Testing set features