Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Retrieve the variance of a chi_squared object.

Usage

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

Value

The variance, 2 * df

Arguments

object

The chi_squared object

...

Additional arguments (not used)

Examples

Run this code
vcov(chi_squared(10))

Run the code above in your browser using DataLab