| is_edist | R Documentation |
x is an edist object.Function to determine whether an object x is an edist object.
is_edist(x)
x |
The object to test |
Logical; TRUE if x is an edist.
is_edist(normal(0, 1) * exponential(1)) # TRUE
is_edist(normal(0, 1)) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.