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