Learn R Programming

BSDA (version 0.1)

Homes: Median prices of single-family homes in 65 metropolitan statistical areas

Description

Data for Statistical Insight Chapter 5

Usage

Homes

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Homes)
attach(Homes)
EDA(X2000)
boxplot(X1994,X2000,names=c("1994","2000"),col=c("red","blue"),ylab="Cost")
boxplot(X2000~Region)
detach(Homes)

Run the code above in your browser using DataLab