| auto {corrgram} | R Documentation |
The data give the following statistics for 74 automobiles in the 1979 model year as sold in the US.
data(auto)
A data frame with 74 observations on the following 14 variables.
ModelMake and model of car.
Origina factor with levels A E J
PricePrice in dollars.
MPGMiles per gallon.
Rep78Repair record for 1978 on 1 (worst) to 5 (best) scale.
Rep77Repair record for 1978 on 1 to 5 scale.
HroomHeadroom in inches.
RseatRear seat clearance in inches.
TrunkTrunk volume in cubic feet.
WeightWeight in pounds.
LengthLength in inches.
TurnTurning diameter in feet.
DisplaEngine displacement in cubic inches.
GratioGear ratio for high gear.
This data frame was created from http://euclid.psych.yorku.ca/ftp/sas/sssg/data/auto.sas.
Originally published in Chambers, Cleveland, Kleiner, and Tukey, Graphical Methods for Data Analysis, 1983, pages 352-355.
The data is from various sources, primarily Consumer Reports, April, 1979, and the United States government EPA statistics on fuel consumption.
corrgram(auto[, -c(1:2)])