
Run the full Chicago Police Department analysis suite
Source:R/cpd_analyze.R
morie_cpd_all_analyses.RdAggregates the applicable descriptive, predictive-policing, and fairness
analyses for Chicago crime + arrests data, mirroring
morie_otis_all_analyses and morie_siu_all_analyses.
Value
A named list of rich-result surfaces: crime_by_type,
arrests_by_area (predpol area concentration), temporal,
and arrest_race_disparity (fairness).
Examples
# \donttest{
res <- morie_cpd_all_analyses()
names(res)
#> [1] "crime_by_type" "arrests_by_area" "temporal"
#> [4] "arrest_race_disparity"
# }