drd
2026-05-06
This presentation introduces the Ames Housing Data which resides in the AmesHousing package on CRAN. It can be accessed by installing the package and loading the data in a “ames” data frame.
install.packages("AmesHousing")
library(AmesHousing)
ames <- make_ames()