| 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/tibble with 67 observations on two variables
- year
a factor with levels
1988-90and1991-93- frequency
a factor with levels
much better than average,above average,average,below average, andmuch worse than average
Source
Insurance Institute for Highway Safety and the Highway Loss Data Institute, 1995.
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
T1 <- xtabs(~year + frequency, data = Chevy)
T1
chisq.test(T1)
rm(T1)
[Package BSDA version 1.2.2 Index]