powered by
chi_squared
Method for obtaining the cdf of a chi_squared object.
# S3 method for chi_squared cdf(x, ...)
A function that computes the cdf at point(s) t
t
The chi_squared object
Additional arguments (not used)
x <- chi_squared(5) F <- cdf(x) F(5) F(10)
Run the code above in your browser using DataLab