Cpi {BSDA} | R Documentation |
Data for Exercise 1.34
Cpi
A data frame with 20 observations on the following 2 variables.
Year
CPI
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Cpi) attach(Cpi) plot(Year,CPI,type="l",lty=2,lwd=2,col="red") names(CPI) <- Year barplot(CPI,col="pink",las=2,main="Problem 1.34") detach(Cpi)