Retrieve the mean of a chi_squared object.

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

Arguments

x

The chi_squared object

...

Additional arguments (not used)

Value

The mean, equal to df

Examples

mean(chi_squared(10))
#> [1] 10