Learn R Programming

BSDA (version 1.2.1)

Spouse: Convictions in spouse murder cases by gender

Description

Data for Exercise 8.33

Usage

Spouse

Arguments

Format

A data frame/tibble with 540 observations on two variables

result

a factor with levels not prosecuted, pleaded guilty, convicted, and acquited

spouse

a factor with levels husband and wife

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

T1 <- xtabs(~result + spouse, data = Spouse)
T1
chisq.test(T1)
rm(T1)

Run the code above in your browser using DataLab