Learn R Programming

algebraic.dist (version 0.9.1)

mean.chi_squared: Retrieve the mean of a chi_squared object.

Description

Retrieve the mean of a chi_squared object.

Usage

# S3 method for chi_squared
mean(x, ...)

Value

The mean, equal to df

Arguments

x

The chi_squared object

...

Additional arguments (not used)

Examples

Run this code
mean(chi_squared(10))

Run the code above in your browser using DataLab