shorts_mixed_model
R/shorts_S3.R
predict.shorts_mixed_model.Rd
S3 method for returning predictions of shorts_mixed_model
# S3 method for shorts_mixed_model predict(object, ...)
object |
|
---|---|
... | Extra arguments. Not used |
data("split_times") mixed_model <- mixed_model_using_splits( data = split_times, distance = "distance", time = "time", athlete = "athlete" ) predict(mixed_model)#> [1] 1.237305 1.963808 2.635941 3.290096 4.581938 5.868329 1.207646 1.893420 #> [9] 2.517842 3.119655 4.299229 5.469052 1.084173 1.766131 2.415457 3.056766 #> [17] 4.334405 5.611040 1.143270 1.774562 2.341309 2.882411 3.934256 4.971811 #> [25] 1.148317 1.942202 2.719953 3.495576 5.046191 6.596752