separate.into.age.groups: Separate the population into age groups

View source: R/deprecated.R

separate.into.age.groupsR Documentation

Separate the population into age groups

Description

Superseded by stratify_by_age function

Usage

separate.into.age.groups(age_sizes, limits = c(1, 5, 15, 25, 45, 65))

Arguments

age_sizes

A vector containing the population size by age (first element is number of people of age 1 and below)

limits

The upper limit to each age groups (not included) (1,5,15,25,45,65) corresponds to the following age groups: <1, 1-4, 5-14, 15-24, 25-44, 45-64 and >=65.

Value

A vector with the population in each age group.


MJomaba/flu-evidence-synthesis documentation built on April 26, 2022, 11:12 p.m.