1
2
3
4
5
#

Name:

Description:

Social indicators data on 207 nations distributed by the United Nations circa 1998.

Variables:

A data frame with 207 observations on the following 14 variables.

region

a factor with alphabetical levels Africa, America, Asia, Europe, Oceania.

tfr

total fertility rate, number of children per woman.

contraception

percentage of married women using any method of contraception.

educationMale

average number of years of education for men.

educationFemale

average number of years of education for women.

lifeMale

expectation of life at birth for males.

lifeFemale

expectation of life at birth for females.

infantMortality

infant deaths per 1000 live births.

GDPperCapita

gross domestic product per person in U.S. dollars.

economicActivityMale

percentage of men who are economically active.

economicActivityFemale

percentage of women who are economically active.

illiteracyMale

percentage of males 15 years of age and older who are illiterate.

illiteracyFemale

percentage of females 15 years of age and older who are illiterate.

 

Details

In a few cases where the percentages of males and females 15 and older who are illiterate were unavailable, these variables were filled in by regression imputation from the corresponding percentages 25 and older who are illiterate.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Downloaded from http://www.un.org/Depts/unsd/social/main.htm in 1998.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/United_Nations_Social_Indicators_Data_1998__157_89.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.