S3 method for extracting model coefficients

# S3 method for dorem
coef(object, ...)

Arguments

object

Object of class dorem

...

Extra arguments

Examples

data("bike_score") banister_model <- dorem( Test_5min_Power ~ BikeScore, bike_score, method = "banister" )
#> Performing banister method using L-BFGS-B optimization
#> Training the model...
#> Done!
coef(banister_model)
#> intercept BikeScore.PTE_gain BikeScore.PTE_tau BikeScore.NTE_gain #> 266.0204779 0.3020749 33.6433797 0.3514750 #> BikeScore.NTE_tau #> 24.6056388