| deathpenalty | R Documentation |
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.
data(deathpenalty)
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
Agresti, A. (2002) Categorical Data Analysis. Wiley
Agresti, A. (2002) Categorical Data Analysis. Wiley
## Not run:
##look for:
data(deathpenalty)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.