Learn R Programming

HellCor (version 1.3)

worlddemographics: Birth rates and death rates for 229 countries in 2020

Description

This data set contains the birth rates and death rates of 229 countries in 2020 ranked in decreasing order.

Usage

worlddemographics

Arguments

Format

Data frame with 229 observations and 3 variables.

Country

Character. Name of the country.

Birth.Rate.Pop

Numeric. Birth rate per 1,000 habitants.

Death.Rate.Pop

Numeric. Death rate per 1,000 habitants.

References

Source: The World Factbook of the Central Intelligence Agency of the United States (https://www.cia.gov/library/publications/the-world-factbook/geos/xx.html).

See also Figure 1.1 in "A consistent test of independence between random vectors", G. Boglioni Beaulieu, Master thesis, Universite de Montreal, (2016).

Examples

Run this code
# NOT RUN {
data(worlddemographics)
# }

Run the code above in your browser using DataLab