Description Usage Arguments Value Author(s) Examples
make the bins with equal number of observations or using user-defined breaks
| 1 | makeCOVbin(COV.data, N.covbin = NULL, breaks.data = NULL)
 | 
| COV.data | numeric vector that need to make bins | 
| N.covbin | the number of bins | 
| breaks.data | user-defined breaks | 
information of the binning with summary
Eun-Kyung Lee lee.eunk@gmail.com
| 1 2 | data(origdata)
makeCOVbin(origdata$TIME,7)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.