Learn R Programming

ssdtools (version 0.3.7)

ssd_ecd: 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

Run this code
# NOT RUN {
ssd_ecd(1:10)
# }

Run the code above in your browser using DataLab