Row

Central Tendency Code

mean(data$apprehended)
median(data$apprehended)

mean(data$acquitted)
median(data$acquitted)

mean(data$pending)
median(data$pending)

Central Tendency Output

## Mean of Apprehended Cases: 1112.111
## Median of Apprehended Cases: 332
## Mean of Acquitted Cases: 118.6111
## Median of Acquitted Cases: 46.5
## Mean of Pending Cases: 1155.111
## Median of Pending Cases: 329.5

Row

Distribution of Apprehended Cases Across States

Distribution of Apprehended Cases in High Crime States

Distribution of Apprehended Cases in South Region

Row

Relationship Between Apprehended and Pending Cases

Relationship Between Apprehended and Acquitted Cases

Row

Density Distribution of Acquitted Cases

Distribution of Pending Cases in Backlog States

Row

Apprehended Cases Distribution Across Regions

Apprehended Cases Distribution Across Regions in High Crime States