| deathpenalty {catdata} | R Documentation |
Death-Penalty
Description
The deathpenalty data is about the judgemt of defendants in cases of multiple murders
in Florida between 1976 and 1987. They are classified with respect to death penalty,
race of defendent and race of victim.
Usage
data(deathpenalty)
Format
A data frame with 8 observations on the following 4 variables. Considering the weighting variable "Freq", there are 674 cases.
DeathPenaltyWas the judgment death penalty? yes = 1, no = 0
VictimRaceThe race of the victim: white = 1, black = 0
DefendantRaceThe race of the defendant: white = 1, black = 0
FreqFrequency of observation
Source
Agresti, A. (2002) Categorical Data Analysis. Wiley
References
Agresti, A. (2002) Categorical Data Analysis. Wiley
Examples
## Not run:
##look for:
data(deathpenalty)
## End(Not run)
[Package catdata version 1.2.4 Index]