| is_poisson_dist | R Documentation |
poisson_dist.Test whether an object is a poisson_dist.
is_poisson_dist(x)
x |
The object to test. |
TRUE if x inherits from "poisson_dist",
FALSE otherwise.
is_poisson_dist(poisson_dist(5))
is_poisson_dist(normal(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.