Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 8.35

Usage

Chevy

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab