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