Learn R Programming

beautier (version 2.6.12)

is_clock_model_name: Determines if the name is a valid clock model name

Description

Determines if the name is a valid clock model name

Usage

is_clock_model_name(name)

Value

TRUE if the name is a valid clock_model name, FALSE otherwise

Arguments

name

the name to be tested

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beautier_folder()

# TRUE
is_clock_model_name("relaxed_log_normal")
is_clock_model_name("strict")

check_empty_beautier_folder()

Run the code above in your browser using DataLab