predict.shorts_model | R Documentation |
shorts_model
S3 method for making predictions using shorts_model
## S3 method for class 'shorts_model'
predict(object, ...)
object |
|
... |
Forwarded to generic |
split_distances <- c(10, 20, 30, 40, 50)
split_times <- create_timing_gates_splits(
gates = split_distances,
MSS = 10,
MAC = 9,
FD = 0.25,
TC = 0
)
# Simple model
simple_model <- model_timing_gates(split_distances, split_times)
predict(simple_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.