Vehicle {BSDA}R Documentation

Fatality ratings for foreign and domestic vehicles

Description

Data for Exercise 8.34

Usage

Vehicle

Format

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

make
a factor with levels domestic foreign
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(Vehicle)
attach(Vehicle)
Vehicle
chisq.test(Vehicle[,2:6])
detach(Vehicle)

[Package BSDA version 0.1 Index]