ex0116: Gross Domestic Product (GDP) per Capita

Description Usage Format Source References Examples

Description

The data are the gross domestic product per capita for 228 countries in 2010.

Usage

1

Format

A data frame with 228 observations on the following 3 variables.

Rank

rank order of country from highest to lowest GDP

Country

name of country

PerCapitaGDP

per capita GDP in $US

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

References

Central Intelligence Agency, Country Comparison: GDP per capita (PPP), The World Factbook, https://www.cia.gov/library/publications/theworld-factbook/rankorder/2004rank.html (retrieved June 30,2011).

Examples

1

Example output

'data.frame':	228 obs. of  3 variables:
 $ Rank        : int  1 2 3 4 5 6 7 8 9 10 ...
 $ Country     : Factor w/ 228 levels "Afghanistan",..: 165 119 121 23 182 103 153 30 213 111 ...
 $ PerCapitaGDP: int  179000 141100 82600 69900 62100 57000 54600 51600 49600 48900 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.