Learn R Programming

alr4 (version 1.0.0)

UN11: National statistics from the United Nations mostly from 2009-2011

Description

National health, welfare, and education statistics for 210 places, mostly UN members, but also other areas like Hong Kong that are not independent countries.

Usage

data(UN11)

Arguments

source

All data were collected from UN tables accessed at http://unstats.un.org/unsd/demographic/products/socind/ on April 23, 2012. OECD membership is from www.oecd.org, accessed May 25, 2012. The data file UN11a contains only the columns region, subregion, Fertility, PPgdp and lifeExpF for localities with all these variables observed.

Details

Similar data, from the period 2000-2003, appears in the alr3 package under the name UN3.

References

Weisberg, S. (in press). Applied Linear Regression, 4rd edition. Hoboken NJ: Wiley.

Examples

Run this code
data(UN11)
## maybe str(UN11) ; plot(UN11) ...

Run the code above in your browser using DataLab