Darius Kharazi
July 21, 2018
The data was extracted from the 1974 Motor Trend US magazine, and comprises fuel consumption and 10 aspects of automobile design and performance for 32 automobiles (1973–74 models).
Please see the link for additional information about the data: https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/mtcars.html
A data frame with 32 observations on 11 (numeric) variables. Here are some variables that are of interest to us in the analysis.
We want to find the distribution of certain variables, such as transmission type and engine type, in order to better understand the makeup of mpg.
Henderson and Velleman (1981), Building multiple regression models interactively. Biometrics, 37, 391–411.
Please visit the GitHub repository for more information about the code.