Learn R Programming

marg (version 1.2-2.1)

houses: House Price Data

Description

The houses data frame has 26 rows and 5 columns.

Ms. Terry Tasch of Long-Kogan Realty, Chicago, provides data on the selling prices of houses and on different variables describing their status. This data frame contains the prices and a subset of the covariates.

Usage

data(houses)

Arguments

Format

This data frame contains the following columns:

price

selling price (in thousands of dollars);

bdroom

number of bedrooms;

floor

floor space (in square feet);

rooms

total number of rooms;

front

front footage of lot (in feet).

Examples

Run this code
# NOT RUN {
data(houses)
summary(houses)
pairs(houses)
# }

Run the code above in your browser using DataLab