5. This exercise involves the Auto data set from ISLR package.
To begin, load in the Auto data set. It is part of the ISLR library in R (library(ISLR)). Now the data set is contained in the object Auto. Read about the data set: ?Auto. How many rows are in this data set? How many columns?
b) Disregard the categorical variables cylinders & origin, and make some pairwise scatterplots of the remaining quantitative predictors in this data set. Describe a couple of the strongest variable relationships you notice.
c) Are any of the predictors associated with horsepower? If so, explain the relationship (if you already did so in part (6), skip this question). Cars of what origin have the largest range in variables such as weight, horsepower, and displacement? Comment on those ranges for each origin. How many models in the Auto dataset were produced in the year 1980 or later?