tfr {wpp2010} | R Documentation |
United Nations Time Series of Total Fertility Rate
Description
Datasets containing the United Nations time series of the total fertility rate (TFR) for all countries of the world as available in 2010. Dataset tfr
contains estimates of the historical TFR starting with 1950; tfr_supplemental
contains a subset of countries for which data prior 1950 are available. Datasets tfrprojMed
, tfrprojHigh
and tfrprojLow
contain median, high and low projections, respectively.
Usage
data(tfr)
data(tfr_supplemental)
data(tfrprojMed)
data(tfrprojHigh)
data(tfrprojLow)
Format
The datasets contain one record per country or region. It contains the following variables:
country
Name of country or region (following ISO 3166 official short names in English - see http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm and United Nations Multilingual Terminology Database - see http://unterm.un.org).
country_code
Numerical Location Code (3-digit codes following ISO 3166-1 numeric standard) - see http://en.wikipedia.org/wiki/ISO_3166-1_numeric.
1950-1955
,1955-1960
, ...TFR in various five-year time intervals. The
tfrproj*
datasets start at2010-2015
. Thetfr_supplemental
datasets start at1740-1745
. Missing data haveNA
values.
Source
These datasets are based on estimates and projections of United Nations, Department of Economic and Social Affairs, Population Division (2011).
References
World Population Prospects: The 2010 Revision. (http://esa.un.org/unpd/wpp) Special Tabulations.
Examples
data(tfr)
head(tfr)
data(tfrprojMed)
str(tfrprojMed)