summary.shorts_model: S3 method for providing summary for the 'shorts_model' object

View source: R/shorts-S3.R

summary.shorts_modelR Documentation

S3 method for providing summary for the shorts_model object

Description

S3 method for providing summary for the shorts_model object

Usage

## S3 method for class 'shorts_model'
summary(object, ...)

Arguments

object

shorts_model object

...

Not used

Examples

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)
summary(simple_model)

shorts documentation built on May 29, 2024, 8:12 a.m.