Learn R Programming

tree.bins (version 0.1.1)

AmesSubset: A Subset of the Ames Data Set

Description

A randomly selected subset of the Ames data set.

Usage

AmesSubset

Arguments

Format

A data frame with 2049 observations on 82 variables.

Examples

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

Run the code above in your browser using DataLab