Skip to contents

This dataset, Brasil_males_df, is a data frame containing population counts and mortality information for males in Brazil, disaggregated by federal states and abridged age groups, for the years 1980 and 1991. The dataset includes 486 observations and 8 variables. Population counts are reported for both years, and deaths are given as average counts over the intercensal period. Age groups follow the pattern 0, 1, 5, ..., 75, with an open age group at 80+. A total of 53 Brazilian states are represented.

Usage

data(Brasil_males_df)

Format

A data frame with 486 observations and 8 variables:

cod

Integer code identifying each federal state

pop1

Population count in 1980 (integer)

pop2

Population count in 1991 (integer)

deaths

Average number of deaths during the intercensal period (numeric)

year1

First census year (1980; integer)

year2

Second census year (1991; integer)

age

Abridged age group (integer values like 0, 1, 5, ..., 75; open age group at 80)

sex

Sex identifier; all values are "m" (character)

Source

Data taken from the DDM package version 1.0-0

Details

The dataset name has been kept as 'Brasil_males_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BrazilDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.