Title: | Brazilian Population Estimatives |
---|---|
Description: | Functions to handle and aggregate population estimates for Brazilian municipalities by sex and age groups. |
Authors: | Raphael Saldanha [aut, cre] |
Maintainer: | Raphael Saldanha <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.5.0 |
Built: | 2024-11-16 06:21:41 UTC |
Source: | https://github.com/rfsaldanha/brpop |
A dataset containing female population estimates for Brazilian municipalities per age groups from 2000 to 2021.
datasus_mun_female_pop()
datasus_mun_female_pop()
The estimates were computed by DataSUS (Brazilian Ministry of Health), manually downloaded from DataSUS website, and organized as a tibble.
municipality 6 digits code
year of the estimative
age group
population estimative
A dataset containing male population estimates for Brazilian municipalities per age groups from 2000 to 2021.
datasus_mun_male_pop()
datasus_mun_male_pop()
The estimates were computed by DataSUS (Brazilian Ministry of Health), manually downloaded from DataSUS website, and organized as a tibble.
municipality 6 digits code
year of the estimative
age group
population estimative
A dataset containing total population estimates for Brazilian municipalities from IBGE estimates, Census and population inquiries. This dataset does not contain breakdowns by age groups or sex.
ibge_pop()
ibge_pop()
The population data was downloaded from the IBGE's SIDRA service and IBGE's FTP server.
Population data for the years of 2000 and 2010 were obtained from Census, SIDRA table 202 (https://sidra.ibge.gov.br/Tabela/202).
Population data for the year of 2022 was obtained from Census, SIDRA table 9514 (https://sidra.ibge.gov.br/Tabela/9514).
Population data for the year of 2007 was obtained from Population Inquiry, SIDRA table 793 (https://sidra.ibge.gov.br/Tabela/793).
Population data for the years of 2001 to 2006, 2008, 2009, 2011 to 2021 were obtained from Population Inquiry, SIDRA table 6579 (https://sidra.ibge.gov.br/Tabela/6579), including update from 2024-06-24.
Population data for 2023 are the IBGE estimates sent to TCU (https://www.ibge.gov.br/estatisticas/sociais/populacao/37734-relacao-da-populacao-dos-municipios-para-publicacao-no-tcu.html). The values are equal to Census 2022.
Population data for 2024 are the IBGE estimates sent to DOU (https://www.ibge.gov.br/estatisticas/sociais/populacao/9103-estimativas-de-populacao.html).
municipality 7 digits code
year
population
This function provides a tibble containing female population estimates for Brazilian municipalities totals.
mun_female_pop_totals(source = "datasus")
mun_female_pop_totals(source = "datasus")
source |
character. |
A tibble.
datasus_mun_female_pop, ufrn_mun_female_pop.
This function provides a tibble containing male population estimates for Brazilian municipalities totals.
mun_male_pop_totals(source = "datasus")
mun_male_pop_totals(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, ufrn_mun_male_pop.
This function provides a tibble containing population estimates for Brazilian municipalities per age groups.
mun_pop_age(source = "datasus")
mun_pop_age(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, datasus_mun_female_pop, ufrn_mun_male_pop, ufrn_mun_female_pop.
This function provides a tibble containing total population estimates for Brazilian municipalities.
mun_pop_totals(source = "datasus")
mun_pop_totals(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, datasus_mun_female_pop, ufrn_mun_male_pop, ufrn_mun_female_pop, ibge_pop.
A dataset containing municipality and health regions codes. #'
mun_reg_saude
mun_reg_saude
A tibble with 5,597 rows and 2 variables:
municipality 6 digits code
health region 4 digits code
A dataset containing municipality and health regions codes, following the 449 units specification. #'
mun_reg_saude_449
mun_reg_saude_449
A tibble with 5,597 rows and 2 variables:
municipality 6 digits code
health region 5 digits code
This function binds municipality male and female estimates and includes a new variable called 'sex'.
mun_sex_pop(source = "datasus")
mun_sex_pop(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, datasus_mun_female_pop, ufrn_mun_male_pop, ufrn_mun_female_pop.
This function provides a tibble containing female population estimates for Brazilian health regions per age groups.
regsaude_female_pop(type = "standard", source = "datasus")
regsaude_female_pop(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
datasus_mun_female_pop, ufrn_mun_female_pop.
This function provides a tibble containing female population estimates for Brazilian health regions totals.
regsaude_female_pop_totals(type = "standard", source = "datasus")
regsaude_female_pop_totals(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
This function provides a tibble containing male population estimates for Brazilian health regions per age groups.
regsaude_male_pop(type = "standard", source = "datasus")
regsaude_male_pop(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
datasus_mun_male_pop, ufrn_mun_male_pop.
This function provides a tibble containing male population estimates for Brazilian health regions totals.
regsaude_male_pop_totals(type = "standard", source = "datasus")
regsaude_male_pop_totals(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
This function provides a tibble containing population estimates for Brazilian health regions per age groups.
regsaude_pop_age(type = "standard", source = "datasus")
regsaude_pop_age(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
regsaude_male_pop, regsaude_female_pop.
This function provides a tibble containing total population estimates for Brazilian health regions.
regsaude_pop_totals(type = "standard", source = "datasus")
regsaude_pop_totals(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
regsaude_male_pop, regsaude_female_pop, ibge_pop.
This function binds UF male and female datasets (uf_male_pop
and uf_female_pop
), aggregates estimatives by health regions and includes a new variable called 'sex'.
regsaude_sex_pop(type = "standard", source = "datasus")
regsaude_sex_pop(type = "standard", source = "datasus")
type |
character. 'standard' or 'reg_saude_449' |
source |
character. |
A tibble.
regsaude_male_pop, regsaude_female_pop.
This function provides a tibble containing female population estimates for Brazilian UFs ("Unidades Federativas") totals.
uf_female_pop_totals(source = "datasus")
uf_female_pop_totals(source = "datasus")
source |
character. |
A tibble.
datasus_mun_female_pop, ufrn_mun_female_pop.
This function provides a tibble containing male population estimates for Brazilian UFs ("Unidades Federativas") totals.
uf_male_pop_totals(source = "datasus")
uf_male_pop_totals(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, ufrn_mun_male_pop.
This function provides a tibble containing population estimates for Brazilian UFs ("Unidades Federativas") per age groups.
uf_pop_age(source = "datasus")
uf_pop_age(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, datasus_mun_female_pop, ufrn_mun_male_pop, ufrn_mun_female_pop.
This function provides a tibble containing total population estimates for Brazilian UFs ("Unidades Federativas") totals.
uf_pop_totals(source = "datasus")
uf_pop_totals(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, datasus_mun_female_pop, ufrn_mun_male_pop, ufrn_mun_female_pop, ibge_pop.
This function binds municipality male and female estimates and includes a new variable called 'sex'.
uf_sex_pop(source = "datasus")
uf_sex_pop(source = "datasus")
source |
character. |
A tibble.
datasus_mun_male_pop, datasus_mun_female_pop, ufrn_mun_male_pop, ufrn_mun_female_pop.
A dataset containing male population estimates for Brazilian municipalities per age groups from 2010 to 2030.
ufrn_mun_female_pop()
ufrn_mun_female_pop()
The estimates were computed by the LEPP laboratory from the Demography Department/UFRN.
municipality 6 digits code
year of the estimative
age group
population estimative
FREIRE, F.H.M.A; GONZAGA, M.R; QUEIROZ, B.L. Projeção populacional municipal com estimadores bayesianos, Brasil 2010 - 2030. In: Sawyer, D.O (coord.). Seguridade Social Municipais. Projeto Brasil 3 Tempos. Secretaria Especial de Assuntos Estratégicos da Presidência da República (SAE/SG/PR) , United Nations Development Programme, Brazil (UNDP) and International Policy Centre for Inclusive Growth. Brasília (IPC-IG), 2019.
A dataset containing male population estimates for Brazilian municipalities per age groups from 2010 to 2030.
ufrn_mun_male_pop()
ufrn_mun_male_pop()
The estimates were computed by the LEPP laboratory from the Demography Department/UFRN.
municipality 6 digits code
year of the estimative
age group
population estimative
FREIRE, F.H.M.A; GONZAGA, M.R; QUEIROZ, B.L. Projeção populacional municipal com estimadores bayesianos, Brasil 2010 - 2030. In: Sawyer, D.O (coord.). Seguridade Social Municipais. Projeto Brasil 3 Tempos. Secretaria Especial de Assuntos Estratégicos da Presidência da República (SAE/SG/PR) , United Nations Development Programme, Brazil (UNDP) and International Policy Centre for Inclusive Growth. Brasília (IPC-IG), 2019.