| vcov.normal | R Documentation |
normal object.Retrieve the variance-covariance matrix (or scalar)
of a normal object.
## S3 method for class 'normal'
vcov(object, ...)
object |
The |
... |
Additional arguments to pass (not used) |
The variance-covariance matrix of the normal object
x <- normal(0, 4)
vcov(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.