powered by
Generic method for obtaining the cdf of an object.
cdf(x, ...)
A function computing the cumulative distribution function.
The object to obtain the cdf of.
Additional arguments to pass.
x <- normal(0, 1) F <- cdf(x) F(0) # 0.5 (median of standard normal) F(1.96) # approximately 0.975
Run the code above in your browser using DataLab