powered by
Data for Exercise 8.24
Seatbelt
A data frame/tibble with 86,759 observations on two variables
a factor with levels No and Yes
No
Yes
a factor with levels None, Minimal, Minor, or Major indicating the extent of the drivers injuries
None
Minimal
Minor
Major
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { T1 <- xtabs(~seatbelt + injuries, data = Seatbelt) T1 chisq.test(T1) rm(T1) # }
Run the code above in your browser using DataLab