Description Usage Arguments Value See Also Examples
Converts an object to an empirical cumulative density function. This is a generic function.
1 | as.ecdf(x)
|
x |
The object to coerce to a eCDF |
An instance of the "ecdf" class
1 2 | cdf <- as.ecdf(1:4)
cdf(2) # returns 0.5
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.