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,

nation

Country name

GDP

GDP per capita (in US dollars)

Unemploy

Percent unemployed

Inequal

A measure of inequality that compares the wealth of the richest 10% to the poorest 10%

Health

Public expenditure on health (as a percent of GDP)

Phys

Number of physicians per 100,000 people

CO2

Carbon dioxide emissions (per capita, in metric tons)

Parlia

The percentage of seats in parliament held by women.

FemEcon

Female 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]