Spouse {BSDA}R Documentation

Convictions in spouse murder cases by gender

Description

Data for Exercise 8.33

Usage

Spouse

Format

A data frame with 4 observations on the following 3 variables.

result
a factor with levels acquitted convicted not prosecuted pleaded guilty
husband
a numeric vector
wife
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Spouse)
attach(Spouse)
Spouse
chisq.test(Spouse[,2:3])
detach(Spouse)

[Package BSDA version 0.1 Index]