

   mtcars {base}                                R Documentation

   MMoottoorr TTrreenndd RRooaadd TTeessttss

   DDeessccrriippttiioonn::

        The data was extracted from 1974 Motor Trend magazine,
        and comprises gasoline mileage in gallons per mile
        (GPM) and 10 aspects of automobile design and perfor-
        mance for 32 automobiles (1973-74 models).

   UUssaaggee::

        data(mtcars)

   FFoorrmmaatt::

        A data frame with 32 observations on 11 variables.

         [, 1]     mpg      Miles/gallon
         [, 2]     cyl      Number of cylinders
         [, 3]     disp     Displacement (cu.in.)
         [, 4]     hp       Gross horsepower
         [, 5]     drat     Rear axle ratio
         [, 6]     wt       Weight (lb/1000)
         [, 7]     qsec     1/4 mile time
         [, 8]     vs       V/S
         [, 9]     am       Transmission (0 = automatic, 1 = manual)
         [,10]     gear     Number of forward gears
         [,11]     carb     Number of carburettors

   SSoouurrccee::

        Henderson and Velleman (1981), Building multiple
        regression models interactively.  Biometrics, 37,
        391-411.

   EExxaammpplleess::

        data(mtcars)
        pairs(mtcars, main = "mtcars data")
        coplot(mpg ~ disp | as.factor(cyl), data = mtcars,
               panel = panel.smooth, rows = 1)

