Learn R Programming

ACSWR (version 1.0)

cardata: Car Data

Description

The data is used to show the effectiveness of Chernoff faces.

Usage

data(cardata)

Arguments

Format

A data frame with 74 observations on the following 14 variables.
Model
various car models
P
Price
M
Mileage (in miles per gallon)
R78
Repair record 1978
R77
Repair record 1977
H
Headroom (in inches)
R
Rear seat clearance
Tr
Trunk space
W
Weight (in pound)
L
Length (in inches)
T
Turning diameter
D
Displacement (in cubic inches)
G
Gear ratio for high gear
C
Company headquarter

Examples

Run this code
data(cardata)
pairs(cardata)

Run the code above in your browser using DataLab