# visualize F distribution
f_plot()
f_plot(6, 10, normal = TRUE)
# compute\/visualize probability from a given quantile
f_per(0.95, 3, 30, 'lower')
f_per(0.125, 9, 35, 'upper')
# compute\/visualize quantiles out of given probability
f_prob(2.35, 5, 32)
f_prob(1.5222, 9, 35, type = "upper")
Run the code above in your browser using DataLab