Creates an Object Representing Chi-Squared Distribution
The function creates an object which represents the chi-squared distribution.
chisqdist(df = 2)
df |
degrees of freedom parameter, default: 2. |
See Chisquare
.
Object of class chisqdist.
C <- chisqdist(2) d(C, c(2, 3, 4, NA)) r(C, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.