chi_squared
R/chi_squared.R
vcov.chi_squared.Rd
Retrieve the variance of a chi_squared object.
# S3 method for class 'chi_squared' vcov(object, ...)
The chi_squared object
Additional arguments (not used)
The variance, 2 * df
2 * df
vcov(chi_squared(10)) #> [1] 20