Learn R Programming

glmm (version 1.4.5)

murder: Number of Homicide Victims Known

Description

Subjects responded to the question 'Within the past 12 months, how many people have you known personally that were victims of homicide?'

Usage

data(murder)

Arguments

Format

A data frame with the following columns:

y

The number of homicide victims known personally by the subject.

race

a factor with levels black and white.

black

a dummy variable to indicate whether the subject was black.

white

a dummy variable to indicate whether the subject was white.

References

Agresti, A. (2002) Categorical Data Analysis, Second edition. Wiley.

Examples

Run this code
data(murder)

Run the code above in your browser using DataLab