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