powered by
Data loads lazily. Type data(hprice1) into the console.
data(hprice1)
A data.frame with 88 rows and 10 variables:
price. house price, $1000s
assess. assessed value, $1000s
bdrms. number of bdrms
lotsize. size of lot in square feet
sqrft. size of house in square feet
colonial. =1 if home is colonial style
lprice. log(price)
lassess. log(assess
llotsize. log(lotsize)
lsqrft. log(sqrft)
# NOT RUN { str(hprice1) # }
Run the code above in your browser using DataLab