Rev 7002 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{freeny}\alias{freeny}\title{Freeny's Revenue Data}\usage{data(freeny)}\description{Freeny's data on quarterly revenue and explanatory variables.}\format{There are three `freeny' data sets.\code{freeny.y} is a time series with 39 observations on quarterlyrevenue from (1962,2Q) to (1971,4Q).\code{freeny.x} is a matrix of explanatory variables. The columnsare \code{freeny.y} lagged 1 quarter, price index, income level, andmarket potential.Finally, \code{freeny} is a data frame with variables \code{y},\code{lag.quarterly.revenue}, \code{price.index}, \code{income.level},and \code{market.potential} obtained from the above two data objects.}\source{A. E. Freeny (1977).\emph{A Portable Linear Regression Package with Test Programs}.Bell Laboratories memorandum.}\examples{data(freeny)summary(freeny)pairs(freeny, main = "freeny data")summary(fm1 <- lm(y ~ ., data = freeny))opar <- par(mfrow = c(2, 2), oma = c(0, 0, 1.1, 0),mar = c(4.1, 4.1, 2.1, 1.1))plot(fm1)par(opar)}\keyword{datasets}