fbi: Numbers of crimes by state

fbiR Documentation

Numbers of crimes by state

Description

A dataset containing the number of property and violent crimes across the United States from about 1980 to 2020. The data was acquired through the API for the FBI's Crime Data Explorer at https://cde.ucr.cjis.gov/LATEST/webapp/#/pages/explorer/crime/crime-trend. The variables are as follows (more detail on the FBI website):

Usage

fbi

Format

A data frame with 19476 rows and 8 variables:

state

name of the state for which numbers are reported.

state_id

id for each state.

state_abbr

two letter state abbreviation.

year

year of the reporting.

population

state population.

type

type of crime.

count

number of reported crimes.

violent_crime

logical value: is this crime against a person?.


heike/classdata documentation built on Nov. 24, 2023, 1:50 a.m.