powered by
A randomly selected subset of the Ames data set. The dataset has had its values imputed and any remaining NA values removed.
AmesImp
A data frame with 2047 observations on 74 variables.
# NOT RUN { str(AmesImp) plot(AmesImp$Neighborhood, y = AmesImp$SalePrice) # }
Run the code above in your browser using DataLab