

   presidents {base}                            R Documentation

   AApppprroovvaall RRaattiinngg ooff UUSS PPrreessiiddeennttss

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

        The (approximately) quarterly approval rating for the
        President of the United states from the first quarter
        of 1945 to the last quarter of 1974.

        The data are actually a fudged version of this.  See
        McNeil's book for details.

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

        data(presidents)

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

        A time series of 120 values.

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

        The Gallup Organisation.

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

        McNeil, D. (1977).  Interactive Data Analysis.  New
        York: Wiley.

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

        data(presidents)
        plot(presidents, las = 1, ylab = "Approval rating (%)",
             main = "presidents data")

