| oecd.data {smss} | R Documentation |
OECD Data
Description
The OECD (Organization for Economic Cooperation and Development) is an international organized that consists of developed countries. This dataset has UN data on OECD countries.
See Table 3.11 and Exercise 3.6.
Format
data.frame with 23 observations of the following 9 variables,
nationCountry name
GDPGDP per capita (in US dollars)
UnemployPercent unemployed
InequalA measure of inequality that compares the wealth of the richest 10% to the poorest 10%
HealthPublic expenditure on health (as a percent of GDP)
PhysNumber of physicians per 100,000 people
CO2Carbon dioxide emissions (per capita, in metric tons)
ParliaThe percentage of seats in parliament held by women.
FemEconFemale economic activity as a percentage of the male rate
Source
http://www.stat.ufl.edu/~aa/social/data.html
Examples
data(oecd.data)
summary(oecd.data)
[Package smss version 1.0-2 Index]