deathPenalty: Death Penalty and Race

Description Usage Format Source Examples

Description

A famous example of Simpson's paradox.

Usage

1
2
3

Format

A data frame with 326 observations. The factors are coded more succinctly in deathPen, but otherwise the data are the same.

DeathPenalty

a factor with levels Yes No

Penalty

a factor with levels Death Not

Victim

a factor with levels Black White (or Bl Wh)

Defendant

a factor with levels Black White (or Bl Wh)

Source

Radelet, M. (1981). Racial characteristics and imposition of the death penalty. American Sociological Review, 46:918–927.

Examples

1
2
xtabs(~Defendant+Penalty,deathPenalty)
xtabs(~Defendant+Victim+Penalty,deathPenalty)

fastR documentation built on May 2, 2019, 5:53 p.m.