Rev 7002 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{USPersonalExpenditure}\title{Personal Expenditure Data}\usage{data(USPersonalExpenditure)}\alias{USPersonalExpenditure}\format{A matrix with 5 rows and 5 columns.}\source{The World Almanac and Book of Facts, 1962, page 756.}\description{This data set consists of United States personal expenditures (inbillions of dollars) in the categories; food and tobacco, householdoperation, medical and health, personal care, and private educationfor the years 1940, 1945, 1950, and 1960.}\references{Tukey, J. W. (1977). \emph{Exploratory Data Analysis}.Addison-Wesley.McNeil, D. R. (1977). \emph{Interactive Data Analysis}. Wiley.}\examples{data(USPersonalExpenditure)USPersonalExpenditurerequire(eda)medpolish(log10(USPersonalExpenditure))}\keyword{datasets}