| vcov.mvn | R Documentation |
mvn object.Retrieve the variance-covariance matrix of an mvn object.
## S3 method for class 'mvn'
vcov(object, ...)
object |
The |
... |
Additional arguments to pass (not used) |
The variance-covariance matrix of the mvn object
X <- mvn(c(0, 0), diag(2))
vcov(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.