homedata {UsingR} | R Documentation |
This data sets contains a random sampling of property assessments for residences in Maplewood N.J. for the years 1970 and 2000.
data(homedata)
A data frame with 150 observations on the following 2 variables.
The township of Maplewood was obligated to reassess property values after 30 years. This dataset shows some of the changes that occurred during that time to the assessed values. Many homes went up substantially in value.
The full dataset was published during a discussion on http://www.maplewoodonline.com. This is a random sampling of just the assessed values.
data(homedata) plot(homedata) abline(lm(y2000 ~ y1970, data=homedata))