Death Penalty Data

326 death homicide cases from Florida during the years 1976-77. Source: Categorical Data Analysis, by Alan Agresti. Originally from Radelet (1981) Amer. Sociol. Rev. 46:918-927.


"DeathPen" <-
structure(list(Defendant = structure(as.integer(c(2, 2, 2, 2, 
1, 1, 1, 1)), .Label = c("Black", "White"), class = "factor"), 
    Victim = structure(as.integer(c(2, 2, 1, 1, 2, 2, 1, 1)), .Label = c("Black", 
    "White"), class = "factor"), DP = structure(as.integer(c(2, 
    1, 2, 1, 2, 1, 2, 1)), .Label = c("No", "Yes"), class = "factor"), 
    N = as.integer(c(19, 132, 0, 9, 11, 52, 6, 97))), .Names = c("Defendant", 
"Victim", "DP", "N"), class = "data.frame", row.names = c("1", 
"2", "3", "4", "5", "6", "7", "8"))