
Last chance! 50% off unlimited learning
Sale ends in
Data for Exercise 9.58
Shoplift
A data frame with 8 observations on the following 2 variables.
sales
a numeric vector
loss
a numeric vector
# NOT RUN {
str(Shoplift)
attach(Shoplift)
summary(lm(loss~sales))
detach(Shoplift)
# }
Run the code above in your browser using DataLab