Description Usage Arguments Details Value
Bin the continuous data.
1 |
data |
the observation to be binned. |
order |
see the details |
This function bins the continuous data using the equal-width bin in order to speed up some functions in this package.
h is taken as 10^(-order)
the observations are rounded down to the bins ..., -h, 0, h, ...
To further speed up the process, omit the bin that has 0 count.
a list with v be the representative value of each bin and w be the count in the corresponding bin.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.