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