Description Usage Arguments Value
View source: R/ita_data_prep_functions.R
Given a set of age cutoffs starting at 0, this function deterministically creates a data.table of age groupings with IDs and lower/upper bounds for each age group
1 | create_age_groups(age_cutoffs = seq(0, 100, by = 20))
|
age_cutoffs |
Vector of lower bounds for each age group, starting at 0 |
Data.table containing age group categories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.