1
2
3
4
5
#

Name:

Description:

This data set contains statistics, in arrests per 100,000 residents for assault, murder, and rape in each of the 50 US states in 1973. Also given is the percent of the population living in urban areas.

Variables:

A data frame with 50 observations on 5 variables.

[,1]

Murder

numeric

Murder arrests (per 100,000)

[,2]

Assault

numeric

Assault arrests (per 100,000)

[,3]

UrbanPop

numeric

Percent urban population

[,4]

Rape

numeric

Rape arrests (per 100,000)

 

Note

USArrests contains the data as in McNeil's monograph. For the UrbanPop percentages, a review of the table (No. 21) in the Statistical Abstracts 1975 reveals a transcription error for Maryland (and that McNeil used the same “round to even” rule that R's round() uses), as found by Daniel S Coven (Arizona).

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

World Almanac and Book of facts 1975. (Crime rates).

Statistical Abstracts of the United States 1975, p.20, (Urban rates), possibly available as https://books.google.ch/books?id=zl9qAAAAMAAJ&pg=PA20.

References

McNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley.

See Also

The state data sets.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Violent_Crime_Rates_by_US_State_450_84.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.