View source: R/dorem-S3-methods.R
| print.dorem | R Documentation |
S3 method for printing model results
## S3 method for class 'dorem' print(x, ...)
x |
Object of class |
... |
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
)
)
print(banister_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.