powered by
Create a univariate F distribution.
fdistribution(df1 = 1, df2 = 1)
The first degree of freedom: Should be a positive number.
The second degree of freedom: Should be a positive number.
An F distribution.
# NOT RUN { dist <- fdistribution(10, 3) cdf(dist, 4) expectation(dist) # }
Run the code above in your browser using DataLab