maxA2abridged | R Documentation |
Produce standard abridged age groups (lower bounds) up to a specified maximum age group.
maxA2abridged(ageMax = 80)
ageMax |
integer. Default 80. |
If the highest age group is not evenly divisible by 5 then age classes only go up to its 5-year lower bound.
integer. Vector of ages, e.g. c(0,1,5,10,15,...)
.
maxA2abridged(80)
all(maxA2abridged(100) == maxA2abridged(102))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.