Chevy {BSDA}R Documentation

Insurance injury ratings of Chevrolet vehicles for 1990 and 1993 models

Description

Data for Exercise 8.35

Usage

Chevy

Format

A data frame with 2 observations on the following 6 variables.

year
a factor with levels 88-90 91-93
A
a numeric vector
B
a numeric vector
C
a numeric vector
D
a numeric vector
F
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Chevy)
attach(Chevy)
Chevy
chisq.test(Chevy[,2:6])
detach(Chevy)

[Package BSDA version 0.1 Index]