

   USPersonalExpenditure {base}                 R Documentation

   PPeerrssoonnaall EExxppeennddiittuurree DDaattaa

   DDeessccrriippttiioonn::

        This data set consists of United States personal expen-
        ditures (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, and 1960.

   UUssaaggee::

        data(USPersonalExpenditure)

   FFoorrmmaatt::

        A matrix with 5 rows and 5 columns.

   SSoouurrccee::

        The World Almanac and Book of Facts, 1962, page 756.

   RReeffeerreenncceess::

        Tukey, J. W. (1977).  Exploratory Data Analysis.  Addi-
        son-Wesley.

        McNeil, D. R. (1977).  Interactive Data Analysis.
        Wiley.

   EExxaammpplleess::

        data(USPersonalExpenditure)
        USPersonalExpenditure
        require(eda)
        medpolish(log10(USPersonalExpenditure))

