is_mcmc | R Documentation |
Determine if the object is a valid MCMC
is_mcmc(x)
x |
an object, to be determined if it is a valid MCMC |
TRUE if x is a valid MCMC, FALSE otherwise
Richèl J.C. Bilderbeek
Use create_mcmc
to create an MCMC
if (is_on_ci()) {
check_empty_beautier_folder()
# Returns TRUE
is_mcmc(create_mcmc())
is_mcmc(create_ns_mcmc())
# Returns FALSE
is_mcmc("nonsense")
is_mcmc(NULL)
is_mcmc(NA)
is_mcmc("")
is_mcmc(c())
check_empty_beautier_folder()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.