Bus {BSDA} | R Documentation |
Data for Exercise 8.25
Bus
A data frame with 2 observations on the following 6 variables.
Attend
Absent
Present
AM
Noon
PM
Swing
Split
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Bus) attach(Bus) Bus chisq.test(Bus[,2:6]) detach(Bus)