Learn R Programming

BSDA (version 0.1)

Inmate: Type of drug offense by race

Description

Data for Statistical Insight Chapter 8

Usage

Inmate

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Inmate)
attach(Inmate)
Inmate
chisq.test(Inmate[,2:5])
detach(Inmate)

Run the code above in your browser using DataLab