View source: R/is_default_mcmc.R
is_default_mcmc | R Documentation |
Determine if the MCMC is a default MCMC
is_default_mcmc(mcmc)
mcmc |
one MCMC.
Use |
TRUE if the MCMC is a default MCMC
Richèl J.C. Bilderbeek
if (is_on_ci()) {
check_empty_beautier_folder()
# TRUE: An MCMC created by 'create_mcmc' is default.
is_default_mcmc(create_mcmc())
# FALSE: An MCMC created by 'create_ns_mcmc' is not
is_default_mcmc(create_ns_mcmc())
check_empty_beautier_folder()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.