Check if the object is a list of one or more clock models.
Source:R/check_clock_models.R
check_clock_models.Rd
Will stop if the object is not a list of one or more clock models.
Value
nothing. Will stop if the object is not a list of one or more clock models.
See also
Use create_clock_model to create a valid clock model
Examples
check_empty_beautier_folder()
check_clock_models(create_strict_clock_model())
check_clock_models(list(create_strict_clock_model()))
check_clock_models(
list(create_strict_clock_model(), create_rln_clock_model())
)
check_empty_beautier_folder()