Inmate {BSDA} | R Documentation |
Data for Statistical Insight Chapter 8
Inmate
A data frame with 3 observations on the following 5 variables.
Race
black
hispanic
white
heroin
crack
cocaine
marijuan
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Inmate) attach(Inmate) Inmate chisq.test(Inmate[,2:5]) detach(Inmate)