chi_squared
R/chi_squared.R
mean.chi_squared.Rd
Retrieve the mean of a chi_squared object.
# S3 method for class 'chi_squared' mean(x, ...)
The chi_squared object
Additional arguments (not used)
The mean, equal to df
df
mean(chi_squared(10)) #> [1] 10