powered by
Construct a chi-squared distribution object.
chi_squared(df)
A chi_squared object
chi_squared
Degrees of freedom (positive scalar)
x <- chi_squared(df = 5) mean(x) vcov(x) format(x)
Run the code above in your browser using DataLab