Description
Collection of Functions for Working with Age Intervals.
Description
Provides a collection of efficient functions for working with individual ages and corresponding intervals. These include functions for conversion from an age to an interval, aggregation of ages with associated counts in to intervals and the splitting of interval counts based on specified age distributions.
README.md
ageutils
NOTE: ageutils is still somewhat experimental in nature and should be treated as such until the 0.1.0 release.
You can install the latest release of ageutils from CRAN with:
install.packages("ageutils")
The development version can be installed from r-universe with:
install.packages(
'ageutils',
repos = c('https://timtaylor.r-universe.dev', 'https://cloud.r-project.org')
)