empcdf: empcdf

View source: R/empcdf.R

empcdfR Documentation

empcdf

Description

Function to determine the empirical cdf of data

Usage

empcdf(df)

Arguments

df

list of datapoints

Value

data.frame object with two columns: sorted values from input and ecdf

Examples

s<-seq(1,10,1)
empcdf(matrix(s))


tharris0924/btld documentation built on Dec. 1, 2022, 9:37 p.m.