Learn R Programming

BSDA (version 0.1)

Spouse: Convictions in spouse murder cases by gender

Description

Data for Exercise 8.33

Usage

Spouse

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab