Retrieve the variance of a chi_squared object.

# S3 method for class 'chi_squared'
vcov(object, ...)

Arguments

object

The chi_squared object

...

Additional arguments (not used)

Value

The variance, 2 * df

Examples

vcov(chi_squared(10))
#> [1] 20