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