Skip to content

R data package with yearly (2000 to 2021) Brazilian population estimates from DataSUS/Brazilian Health Ministry, aggregated by state, municipality, sex, and age groups.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

rfsaldanha/brpop

Repository files navigation

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.

About

R data package with yearly (2000 to 2021) Brazilian population estimates from DataSUS/Brazilian Health Ministry, aggregated by state, municipality, sex, and age groups.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages