arrests: Arrest data from Gelman & Hill

Description Usage Format

Description

Arrest data from Gelman & Hill's book, used in Chapter 6 (and others). The data have been aggregated by precinct and race/ethnicity, with the sum of prior arrests and stops calculated. You can download the original data here: http://www.stat.columbia.edu/~gelman/arm/examples/police/

Usage

1

Format

A tibble with 225 rows and 4 variables:

precinct

An integer denoting the precinct identification number.

eth

A factor with the coded race/ethnicity

stops

The number of police stops

arrests

The number of prior arrests (this is used as an offset variable in the book)


equatiomatic documentation built on Jan. 31, 2022, 1:06 a.m.