| make_ecdf | R Documentation |
Returns sorted unique values and their empirical CDF values.
make_ecdf(x)
x |
Numeric vector of observations. |
A list with components:
values |
Sorted unique values of |
cdf |
Empirical CDF evaluated at each unique value. |
n |
Total number of observations (including duplicates). |
raw |
The original (unsorted) observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.