home {UsingR} | R Documentation |
Maplewood NJ homedata
Description
The home
data frame has 15 rows and 2 columns.
Usage
data(home)
Format
This data frame contains the following columns:
- old
a numeric vector
- new
a numeric vector
Details
See full dataset homedata
Source
See full dataset homedata
Examples
data(home)
## compare on the same scale
boxplot(data.frame(scale(home)))
[Package UsingR version 2.0-7 Index]