Learn R Programming

mistat (version 0.999)

CAR: Car

Description

Records on 109 different car models, including number of cylinders, origin, turn diamater, horsepower, and number of miles per gallon in city driving.

Usage

data(CAR)

Arguments

source

Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.

Examples

Run this code
data(CAR)

with(data=CAR, expr=table(cyl, origin))

Run the code above in your browser using DataLab