homeprice {UsingR} | R Documentation |
The homeprice
data frame has 29 rows and 7 columns.
data(homeprice)
This data frame contains the following columns:
This dataset is a random sampling of the homes sold in Maplewood, NJ during the year 2001. Of course the prices will either seem incredibly high or fantastically cheap depending on where you live, and if you have recently purchased a home.
Source Burgdorff Realty.
data(homeprice) plot(homeprice$sale,homeprice$list) abline(lm(homeprice$list~homeprice$sale))