| un86 {rrcov} | R Documentation |
United Nations Data - 1986
Description
This data set consists of seven socioeconomic variables observed for 73 countries.
Usage
data(un86)
Format
A data frame with 73 observations on the following 7 variables.
POPTotal population in milions
MORNumber of infant deaths per thousand births
CARNumber of motorized vehicles per hundred inhabitants
DRNumber of medical doctors per thousand inhabitants
GNPGross national product per inhabitant in thousands of US dollars
DENDensity in inhabitants per square kilometer
TBTrade balance, defined as total exports/(total exports + total imports)
Details
The data set is from World Statistics in Brief, Number 10, a 1986 UN publication. It was used in Daigle et al. (1992) to illustrate a robust biplot method.
Source
World Statistics in Brief, Number 10, a 1986 United Nations publication
Daigle, G. and Rivest, L. (1992) A robust biplot, The canadian Journal of Statistics, 20, pp 241–255
Examples
data(un86)
pairs(un86)