coef.shorts_model | R Documentation |
shorts_model
objectS3 method for extracting model parameters from shorts_model
object
## S3 method for class 'shorts_model'
coef(object, ...)
object |
|
... |
Extra arguments. Not used |
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)
coef(simple_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.