Spouse {BSDA} | R Documentation |
Convictions in spouse murder cases by gender
Description
Data for Exercise 8.33
Usage
Spouse
Format
A data frame/tibble with 540 observations on two variables
- result
a factor with levels
not prosecuted
,pleaded guilty
,convicted
, andacquited
- spouse
a factor with levels
husband
andwife
Source
Bureau of Justice Statistics (September 1995), Spouse Murder Defendants in Large Urban Counties, Executive Summary, NCJ-156831.
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
T1 <- xtabs(~result + spouse, data = Spouse)
T1
chisq.test(T1)
rm(T1)
[Package BSDA version 1.2.2 Index]