Description Usage Arguments Details Value Author(s) References See Also Examples
Given a numeric vector, calculate bin limits, place each value in a bin, and return the number of values in each bin.
1 2 3 4 5 6 7 8 |
x |
a vector of numeric values, to be placed in bins |
population |
a vector of numeric values serving as the reference population for constructing bins |
breaks |
bin limits (boundaries) to pass to |
include.lowest |
limit qualifier to pass to |
probs |
default probabilities for calculating breaks |
... |
other arguments to pass to |
By default, the population used to calculate bin limits is the same as the group of values being binned. By default, inner bin limits are the quartiles of the population.
A table with bin limits encoded as column names.
Tim Bergsma
http://metrumrg.googlecode.com
quantile
table
cut
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.