View source: R/dorem-S3-methods.R
coef.dorem | R Documentation |
S3 method for extracting model coefficients
## S3 method for class 'dorem' coef(object, ...)
object |
Object of class |
... |
Extra arguments |
data("bike_score") banister_model <- dorem( Test_5min_Power ~ BikeScore, bike_score, method = "banister" ) coef(banister_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.