Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

crime

violent crime rates in 50 states of US


Description

crime rates for 50 states in 1983 and 1993

Usage

data(crime)

Format

This data frame contains the following columns:

y1983

a numeric vector

y1993

a numeric vector

Source

from Kitchens' Exploring Statistics

Examples

data(crime)
boxplot(crime)
t.test(crime[,1],crime[,2],paired=TRUE)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.