Inspect {BSDA} | R Documentation |
Data for Exercise 5.89
Inspect
A data frame with 6 observations on the following 4 variables.
Type
auto inspection
auto repair
car care center
gas station
new car dealer
tire store
less70
X70.85
great85
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Inspect) attach(Inspect) Inspect chisq.test(Inspect[,2:4]) detach(Inspect)