Bin a Numeric Varisible
Create a factor dissecting the range of a numeric variable into
bins of equal width, (roughly) equal frequency, or at "natural"
cut points. The cut function is used to create the factor.
bin.var is a synomym for binVariable, retained for backwards compatibility.
binVariable(x, bins = 4, method = c("intervals", "proportions", "natural"),
labels = FALSE)
bin.var(...)x |
numeric variable to be binned. |
bins |
number of bins. |
method |
one of |
labels |
if |
... |
arguments to be passed to |
A factor.
Dan Putler, slightly modified by John Fox jfox@mcmaster.ca with the original author's permission.
summary(binVariable(rnorm(100), method="prop", labels=letters[1:4]))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.