| cdf | R Documentation |
Generic method for obtaining the cdf of an object.
cdf(x, ...)
x |
The object to obtain the cdf of. |
... |
Additional arguments to pass. |
A function computing the cumulative distribution function.
x <- normal(0, 1)
F <- cdf(x)
F(0) # 0.5 (median of standard normal)
F(1.96) # approximately 0.975
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.