Learn R Programming

wpp2019 (version 1.1-1)

sexRatio: Sex Ratio at Birth

Description

Estimates and projections of the sex ratio at birth derived as the number of male divided by the number of female.

Usage

data(sexRatio)

Arguments

Format

A data frame with one record per country. It contains columns country_code, name, and one column per five-year time interval (i.e., from 1 July in year t to 1 July in year t+5 such as the period 1950-1955 refers to the period 1950.5-1955.5 and the mid of the period is 1953.0).

References

World Population Prospects: The 2019 Revision. http://population.un.org/wpp.

Examples

Run this code
# NOT RUN {
data(sexRatio)
str(sexRatio)
# }

Run the code above in your browser using DataLab