edf {texmex} | R Documentation |
Compute empirical distribution function
Description
Compute the empirical distribution function
Usage
edf(x, na.last = NA)
Arguments
x |
A numeric vector |
na.last |
How to treat missing values. See |
Value
A vector of quantiles relating to the observations in x
.
Author(s)
Harry Southworth
See Also
Examples
plot(winter$NO, edf(winter$NO))
[Package texmex version 2.4.9 Index]