Spouse {BSDA} | R Documentation |
Data for Exercise 8.33
Spouse
A data frame with 4 observations on the following 3 variables.
result
acquitted
convicted
not prosecuted
pleaded guilty
husband
wife
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Spouse) attach(Spouse) Spouse chisq.test(Spouse[,2:3]) detach(Spouse)