| chi_squared | R Documentation |
Construct a chi-squared distribution object.
chi_squared(df)
df |
Degrees of freedom (positive scalar) |
A chi_squared object
x <- chi_squared(df = 5)
mean(x)
vcov(x)
format(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.