ssd_ecd {ssdtools} | R Documentation |
Empirical Cumulative Density
Description
Empirical Cumulative Density
Usage
ssd_ecd(x, ties.method = "first")
Arguments
x |
a numeric, complex, character or logical vector. |
ties.method |
a character string specifying how ties are treated, see ‘Details’; can be abbreviated. |
Value
A numeric vector of the empirical cumulative density.
Examples
ssd_ecd(1:10)
[Package ssdtools version 1.0.6 Index]