emp_cdf | R Documentation |
Empirical CDF
emp_cdf(xo, inv = FALSE, zero = "min")
xo |
vector of observed values |
inv |
logical: should inverse CDF be returned |
zero |
value to use as inverse for zero |
zero
can be "min"
(for the minimum value of xo
), "m1"
(for
the minimum minus 1) or "mInf"
(for -Inf
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.