integer.frequency {prettyR} | R Documentation |
Calculates frequencies for a vector of integers
integer.frequency(x,bins)
x |
A vector of integers |
bins |
The values to match for counting. |
integer.frequency
counts the number of observations in x
that match one of the values in bins
.
A vector of frequencies the same length as bins
.
Jim Lemon