Skip to contents

This dataset, BirthDeathRates_df, is a data frame containing data on human birth and death rates in India over the 20th century. It includes the year, birth rate, and death rate for each recorded period.

Usage

data(BirthDeathRates_df)

Format

A data frame with 27 observations and 3 variables:

Year

Year of observation (factor)

Birth.rate

Birth rate (numeric)

death.rate

Death rate (numeric)

Source

Data taken from the gpk package version 1.0

Details

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