powered by
The function creates an object which represents the chi-squared distribution.
chisqdist(df = 2)
Object of class chisqdist.
degrees of freedom parameter, default: 2.
See Chisquare.
Chisquare
C <- chisqdist(2) d(C, c(2, 3, 4, NA)) r(C, 5)
Run the code above in your browser using DataLab