Orange {BSDA} | R Documentation |
Data for Exercise 9.61
Orange
A data frame with 6 observations on the following 2 variables.
harvest
price
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Orange) attach(Orange) summary(lm(price~harvest)) detach(Orange)