lk-funcs: mode

Description Usage Arguments Value Examples

Description

For a vector with labels corresponding to intervals i.e. "(0,10]" returns a data.frame with left and right boundaries and mid point.

For a vector with labels corresponding to intervals i.e. "(0,10]" returns a data.frame with left and right boundaries and mid point.

Usage

1
2
3
unbin(x)

unbin(x)

Arguments

x;

a vector of with intervals as names

x;

a vector of with intervals as names

Value

a data.frame with left and right boundaries and mid points.

a data.frame with left and right boundaries and mid points.

Examples

1
2
3
4
x=summary(cut(runif(100),seq(0,1,.1)))
unbin(x)
x=summary(cut(runif(100),seq(0,1,.1)))
unbin(x)

laurieKell/mydas-pkg documentation built on Nov. 8, 2019, 10:58 p.m.