Learn R Programming

BSDA (version 1.2.2)

Inmate: Type of drug offense by race

Description

Data for Statistical Insight Chapter 8

Usage

Inmate

Arguments

Format

A data frame/tibble with 28,047 observations on two variables

race

a factor with levels white, black, and hispanic

drug

a factor with levels heroin, crack, cocaine, and marijuana

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

T1 <- xtabs(~race + drug, data = Inmate)
T1
chisq.test(T1)
rm(T1)

Run the code above in your browser using DataLab