View source: R/dorem-S3-methods.R
| plot.dorem | R Documentation |
S3 method for plotting model
## S3 method for class 'dorem' plot(x, type = "pred", ...)
x |
Object of class |
type |
Type of plot. Options are "pred", "coef", "perf", which "pred" being default |
... |
Extra arguments |
data("bike_score")
banister_model <- dorem(
Test_5min_Power ~ BikeScore,
bike_score,
method = "banister",
control = dorem_control(
cv_folds = 3,
cv_repeats = 5,
shuffle = TRUE
)
)
plot(banister_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.