is_beta_distr | R Documentation |
create_beta_distr
Determine if the object is a valid
beta distribution,
as created by create_beta_distr
is_beta_distr(x)
x |
an object, to be determined if it is a valid beta distribution, |
TRUE if x is a valid beta distribution, FALSE otherwise
Richèl J.C. Bilderbeek
use is_distr
to see if x is any
distribution
check_empty_beautier_folder()
# TRUE
is_beta_distr(create_beta_distr())
# FALSE
is_beta_distr(create_exp_distr())
is_beta_distr(NA)
is_beta_distr(NULL)
is_beta_distr("nonsense")
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.