| 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.
ModelOriginA E JPriceMPGRep78Rep77HroomRseatTrunkWeightLengthTurnDisplaGratioThis 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.
data(auto) ## maybe str(auto) ; plot(auto) ...