| params.mvn | R Documentation |
mvn object.Method for obtaining the parameters of a mvn object.
## S3 method for class 'mvn'
params(x)
x |
The object to obtain the parameters of |
A named vector of parameters
X <- mvn(c(0, 0), diag(2))
params(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.