vcov.chi_squared: Retrieve the variance of a 'chi_squared' object.

View source: R/chi_squared.R

vcov.chi_squaredR Documentation

Retrieve the variance of a chi_squared object.

Description

Retrieve the variance of a chi_squared object.

Usage

## 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))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.