Learn R Programming

tree.bins (version 0.1.1)

AmesImp: A Subset of the Ames Data Set with Imputed Values

Description

A randomly selected subset of the Ames data set. The dataset has had its values imputed and any remaining NA values removed.

Usage

AmesImp

Arguments

Format

A data frame with 2047 observations on 74 variables.

Examples

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

Run the code above in your browser using DataLab