powered by
The function creates an object which represents the F distribution.
fdist(df1 = 2, df2 = 2)
Object of class fdist.
degrees of freedom parameter, default: 2.
See FDist.
FDist
f <- fdist(2, 2) d(f, c(2, 3, 4, NA)) r(f, 5)
Run the code above in your browser using DataLab