is_model | R Documentation |
model
is indeed a model
Determine if the model
is indeed a model
is_model(model, verbose = FALSE)
model |
the |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the model
is indeed a model
Richèl J.C. Bilderbeek
# TRUE
is_model(model = create_test_model())
# FALSE
is_model(model = "nonsense")
is_model(model = "nonsense", verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.