Blame | Last modification | View Log | Download | RSS feed
\name{presidents}\docType{data}\alias{presidents}\title{Quarterly Approval Ratings of US Presidents}\description{The (approximately) quarterly approval rating for the President of theUnited states from the first quarter of 1945 to the last quarter of1974.}\usage{data(presidents)}\format{A time series of 120 values.}\source{The Gallup Organisation.}\details{The data are actually a fudged version of the approval ratings. SeeMcNeil's book for details.}\references{McNeil, D. R. (1977)\emph{Interactive Data Analysis}.New York: Wiley.}\examples{data(presidents)plot(presidents, las = 1, ylab = "Approval rating (\%)",main = "presidents data")}\keyword{datasets}