powered by
chi_squared
Method for obtaining the inverse cdf (quantile function) of a chi_squared object.
# S3 method for chi_squared inv_cdf(x, ...)
A function that computes the quantile at probability p
p
The chi_squared object
Additional arguments (not used)
x <- chi_squared(5) q <- inv_cdf(x) q(0.5) q(0.95)
Run the code above in your browser using DataLab