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