R Dataset / Package ISLR / Auto
Documentation |
---|
On this R-data statistics page, you will find information about the Auto data set which pertains to Auto Data Set. The Auto data set is found in the ISLR R package. You can load the Auto data set in R by issuing the following command at the console data("Auto"). This will load the data into a variable called Auto. If R says the Auto data set is not found, you can try installing the package by issuing this command install.packages("ISLR") and then attempt to reload the data. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Auto R data set. The size of this file is about 18,276 bytes. Auto Data SetDescriptionGas mileage, horsepower, and other information for 392 vehicles. UsageAuto FormatA data frame with 392 observations on the following 9 variables.
The orginal data contained 408 observations but 16 observations with missing values were removed. SourceThis dataset was taken from the StatLib library which is maintained at Carnegie Mellon University. The dataset was used in the 1983 American Statistical Association Exposition. ReferencesGames, G., Witten, D., Hastie, T., and Tibshirani, R. (2013) An Introduction to Statistical Learning with applications in R, www.StatLearning.com, Springer-Verlag, New York Examplespairs(Auto) attach(Auto) hist(mpg) -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-38913.csv | 17.85 KB |