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