ssd_ecd: Empirical Cumulative Density

View source: R/utils.R

ssd_ecdR 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)

ssdtools documentation built on Sept. 8, 2023, 5:56 p.m.