Learn R Programming

beautier (version 2.6.12)

check_clock_model: Check if the clock model is a valid clock model.

Description

Calls stop if the clock model is invalid

Usage

check_clock_model(clock_model)

Value

TRUE if clock_model is a valid clock model

Arguments

clock_model

a clock model, as returned by create_clock_model

Author

Richèl J.C. Bilderbeek

See Also

Use create_clock_model to create a valid clock model

Examples

Run this code
check_empty_beautier_folder()

check_clock_model(create_strict_clock_model())
check_clock_model(create_rln_clock_model())

check_empty_beautier_folder()

Run the code above in your browser using DataLab