Learn R Programming

tree.bins (version 0.1.1)

AmesImpFctrs: A Subset of the Ames Data Set with Imputed Values Only Including Factor Variables and Sale Price

Description

A randomly selected subset of the Ames data set. The dataset contains only factor class variables and the SalePrice variable. Missing values have been imputed.

Usage

AmesImpFctrs

Arguments

Format

A data frame with 2049 observations on 39 variables.

Examples

Run this code
# NOT RUN {
str(AmesImpFctrs)
plot(AmesImpFctrs$Neighborhood, y = AmesImpFctrs$SalePrice)
# }

Run the code above in your browser using DataLab