Learn R Programming

BSDA (version 0.1)

Crime: Violent crime rates for the states in 1983 and 1993

Description

Data for Exercises 1.90, 2.32, 3.64, and 5.113

Usage

Crime

Arguments

source

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

Examples

Run this code
str(Crime)
attach(Crime)
boxplot(X1983,X1993,names=c("1983","1993"),xlab="Year",
ylab="Crime Rate per 100,000 Inhabitants",main="Problem 1.90")
plot(X1983,X1993)
detach(Crime)

Run the code above in your browser using DataLab