R/AmesSubset.R

#' @title A Subset of the Ames Data Set
#' @description A randomly selected subset of the Ames data set.
#' @name AmesSubset
#' @docType data
#' @usage AmesSubset
#' @format A data frame with 2049 observations on 82 variables.
#' @keywords datasets
#' @source \url{https://ww2.amstat.org/publications/jse/v19n3/Decock/DataDocumentation.txt}
#' @examples
#' str(AmesSubset)
#' plot(AmesSubset$Neighborhood, y = AmesSubset$SalePrice)
NULL
pikos90/tree.bins documentation built on May 7, 2019, 3:16 p.m.