powered by
beta_dist
Test whether an object is a beta_dist.
is_beta_dist(x)
TRUE if x inherits from "beta_dist", FALSE otherwise.
TRUE
x
"beta_dist"
FALSE
The object to test.
is_beta_dist(beta_dist(2, 5)) is_beta_dist(normal(0, 1))
Run the code above in your browser using DataLab