| Gasoline {RSADBE} | R Documentation |
Car Mileage Dataset
Description
This data set has been used primarily for understanding a multivariate data set. Multiple regression model is also introduced and discussed completely through this example.
Usage
data(Gasoline)
Format
A data frame with 25 observations on the following 12 variables.
yMiles per gallon
x1Displacement (cubic inches)
x2Horsepower (foot-pounds)
x3Torque (foot-pounds)
x4Compression ratio
x5Rear axle ratio
x6Carburetor (barrels)
x7Number of transmission speeds
x8Overall length (inches)
x9Width (inches)
x10Weight (pounds)
x11Type of transmission (A-automatic, M-manual)
References
Montgomery, D. C., Peck, E.A., and Vining, G.G. (2012). Introduction to linear regression analysis. Wiley.
Examples
data(Gasoline)
[Package RSADBE version 1.0 Index]