shorts_mixed_model
objectR/shorts_S3.R
residuals.shorts_mixed_model.Rd
S3 method for providing residuals for the shorts_mixed_model
object
# S3 method for shorts_mixed_model residuals(object, ...)
object |
|
---|---|
... | Not used |
data("split_times") mixed_model <- mixed_model_using_splits( data = split_times, distance = "distance", time = "time", athlete = "athlete" ) residuals(mixed_model)#> [1] 0.0363045196 -0.0031923744 -0.0200589383 -0.0239042398 -0.0090617852 #> [6] 0.0193292270 0.0496458203 0.0004203916 -0.0231583214 -0.0293451926 #> [11] -0.0137708135 0.0250522028 0.0491732063 0.0021309851 -0.0165434107 #> [16] -0.0202339770 -0.0065949303 0.0160404842 0.0302701749 0.0025622802 #> [21] -0.0106909411 -0.0145885563 -0.0067437862 0.0148108062 0.0303168604 #> [26] -0.0047982324 -0.0130472729 -0.0124235685 -0.0028089184 0.0097519325