Learn R Programming

dslabs (version 0.7.1)

murders: US gun murders by state for 2010

Description

Gun murder data from FBI reports. Also contains the population of each state.

Usage

data(murders)

Arguments

Format

An object of class "data.frame".

Details

  • state. US state

  • abb. Abbreviation of US state

  • region. Geographical US region

  • population. State population (2010)

  • total. Number of gun murders in state (2010)

Examples

Run this code
# NOT RUN {
data(murders)
print(murders)
# }

Run the code above in your browser using DataLab