This data set consists of United States personal expenditures (in billions of dollars) in the categories; food and tobacco, household operation, medical and health, personal care, and private education for the years 1940, 1945, 1950, 1955 and 1960.
USPersonalExpenditure
A matrix with 5 rows and 5 columns.
Tukey, J. W. (1977) Exploratory Data Analysis. Addison-Wesley.
McNeil, D. R. (1977) Interactive Data Analysis. Wiley.
# NOT RUN {
require(stats) # for medpolish
USPersonalExpenditure
medpolish(log10(USPersonalExpenditure))
# }
Run the code above in your browser using DataLab