Learn R Programming

BSDA (version 1.01)

Chevy: Insurance injury ratings of Chevrolet vehicles for 1990 and 1993 models

Description

Data for Exercise 8.35

Usage

data(Chevy)

Arguments

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

Examples

Run this code
# NOT RUN {
str(Chevy)
attach(Chevy)
Chevy
chisq.test(Chevy[,2:6])
detach(Chevy)
# }

Run the code above in your browser using DataLab