Learn R Programming

UsingR (version 2.0-7)

home: Maplewood NJ homedata

Description

The home data frame has 15 rows and 2 columns.

Usage

data(home)

Arguments

Format

This data frame contains the following columns:

old

a numeric vector

new

a numeric vector

Details

See full dataset homedata

Examples

Run this code
# NOT RUN {
data(home)
## compare on the same scale
boxplot(data.frame(scale(home))) 
# }

Run the code above in your browser using DataLab