get.cat.xy: Convert original observations to emprical cdf

Description Usage Arguments Details Value Examples

Description

Convert original observations to emprical cdf

Usage

1
2
get.cat.xy(x.ori, y.ori, n.missing, miss.sym = 0, top.missing = TRUE,
  multi.fac = 1e-04)

Arguments

x.ori

replicate 1 : a vector of values from original observation

y.ori

replicate 2 : paired with x.ori, a repeated measure having same length with x.ori.

n.missing

the number of observations that miss both x and y.

miss.sym

the numerical symbol to represent a missing observation. It needs to be smaller than the smallest observed value.

top.missing

if missing value is present, top.missing=T; if not consider missing values, top.missing=F.

multi.fac

the cdf on the left side of the lower boundary of the bins

Details

Convert (x, y) from original observations to emprical cdf and unique pairs.

Value

Examples

1
2
3
4
data(chip_seq)
x = chip_seq[,1]
y = chip_seq[,2]
get.cat.xy(x, y, 0, miss.sym=0, top.missing=TRUE, multi.fac=0.0001)

qunhualilab/gIDR documentation built on May 14, 2019, 10:38 a.m.