View source: R/deltaMethod-methods.R
vcov.deltamethod | R Documentation |
Sampling Covariance Matrix
## S3 method for class 'deltamethod'
vcov(object, ...)
object |
Object of class |
... |
additional arguments. |
Returns a matrix of the variance-covariance matrix.
Ivan Jacob Agaloos Pesigan
object <- glm(
formula = vs ~ wt + disp,
family = "binomial",
data = mtcars
)
def <- list("exp(wt)", "exp(disp)")
out <- DeltaGeneric(
object = object,
def = def,
alpha = 0.05
)
vcov(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.