powered by
Data for Exercise 9.59
Retail
A data frame with 10 observations on the following 2 variables.
months
a numeric vector
sales
# NOT RUN { str(Retail) attach(Retail) summary(lm(sales~months)) detach(Retail) # }
Run the code above in your browser using DataLab