Brasil_females_df | R Documentation |
This dataset, Brasil_females_df, is a data frame containing population counts and mortality information for females in Brazil, disaggregated by federal states and abridged age groups, for the years 1991 and 2000. 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.
data(Brasil_females_df)
A data frame with 486 observations and 8 variables:
Integer code identifying each federal state
Population count in 1991 (integer)
Population count in 2000 (integer)
Average number of deaths during the intercensal period (numeric)
First census year (1991; integer)
Second census year (2000; integer)
Abridged age group (integer values like 0, 1, 5, ..., 75; open age group at 80)
Sex identifier; all values are "f" (character)
The dataset name has been kept as 'Brasil_females_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.
Data taken from the DDM package version 1.0-0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.