Learn R Programming

lbreg (version 1.3)

Death: Death Penalty Data

Description

See references.

Usage

data("Death")

Arguments

Format

A data frame with 147 observations on the following 6 variables.

death

death = 1, life in prison = 0

blackd

black defendant = 1

whitvic

white victim = 1

serious

a measure of crime seriousness

culp

a measure of culpability

serious2

another measure of crime seriousness

References

Petersen MR, Deddens JA (2010). Maximum Likelihood Estimation of the Log-Binomial Model. Communications in Statistics: Theory and Methods, 39, 874-883.

Examples

Run this code
# NOT RUN {
data(Death)
dim(Death)
names(Death)
# }

Run the code above in your browser using DataLab