vtype | R Documentation |
Retrieve the variable type of a distribution, such as "continuous" or "discrete".
vtype(distribution)
distribution |
Distribution object. |
Single character with the variable type.
vtype(dst_beta(1, 2))
vtype(dst_bern(0.4))
vtype(distribution())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.