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