reduce_agegroups {socialmixr} | R Documentation |
Reduce the number of age groups given a broader set of limits
Description
Operates on lower limits
Usage
reduce_agegroups(x, limits)
Arguments
x |
vector of limits |
limits |
new limits |
Value
vector with the new age groups
Examples
reduce_agegroups(seq_len(20), c(0, 5, 10))
[Package socialmixr version 0.3.2 Index]