Learn R Programming

asVPC (version 1.0.2)

makeCOVbin: make the bins with equal number of observations or using user-defined breaks

Description

make the bins with equal number of observations or using user-defined breaks

Usage

makeCOVbin(COV.data, N.covbin = NULL, breaks.data = NULL)

Arguments

COV.data
numeric vector that need to make bins
N.covbin
the number of bins
breaks.data
user-defined breaks

Value

information of the binning with summary

Examples

Run this code
data(origdata)
makeCOVbin(origdata$TIME,7)

Run the code above in your browser using DataLab