# visualize chi square distribution
chi_plot()
chi_plot(df = 5)
chi_plot(df = 5, normal = TRUE)
# compute\/visualize quantiles out of given probability
chi_per(0.165, 8, 'upper')
chi_per(0.22, 13, 'upper')
# compute\/visualize probability from a given quantile.
chi_prob(13.58, 11, 'lower')
chi_prob(15.72, 13, 'upper')
Run the code above in your browser using DataLab