brpop: Brazilian population estimates

CRAN status R-CMD-check

brpop is an R package that provides yearly Brazilian population estimates, aggregated by state, municipality, sex, and age groups. Those estimates are especially useful for calculating age and sex standardized disease rates.

Installation

Stable release at CRAN.

install.packages("brpop")
library(brpop)

Development version at GitHub.

remotes::install_github("rfsaldanha/brpop")
library(brpop)

Usage

The package provides population estimates by sex, age groups, municipalities and year from two sources: the DataSUS estimates, covering 2000 to 2021 and the UFRN-PPGDEM-LEPP estimates, covering from 2010 to 2030.

The package also provide total population estimates by municipality and year from IBGE from 2000 to 2024.

Along with the datasets, the package provide several functions to aggregate the estimates by state (UF) and health regions. Look at the Reference section for more details.