Description Usage Arguments Value Author(s) See Also Examples
Bins a single vector, a pair of vectors, a matrix or a data frame by equidistant or quantile based binning.
1 |
x |
A numeric vector, a numeric matrix or a data frame. In case of a data frame only the numeric variables are used. |
y |
|
b |
A positive integer. Number of bins in each variable. |
bin |
A character string giving the binning method. " |
anchor |
A chraracter string or a numeric. How should the anchor point be chosen? " |
A data frame giving the mean of each bin and the numbers of counts.
Katrin Grimm
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.