rent {hett} | R Documentation |
Dataset collected in 1977 from Minnesota to study the variation in land rented for growing alfalfa
data(rent)
A data frame with 67 observations on the following 5 variables.
No
if no liming is
required to grow alfalfa and Yes
if it does.Weisberg, S (1985). Applied Linear Regression Wiley: New York
library(lattice) data(rent, package = "hett") attach(rent) xyplot(log(Rent/AllRent) ~ sqrt(Cows), groups = Liming, panel = panel.superpose)