... |
... |
@@ -74,13 +74,14 @@ |
74 |
74 |
|
75 |
75 |
== Murder Rates for 2023 {{id name="murder-rates-for-2023"/}} == |
76 |
76 |
|
77 |
|
-Here are the |
|
77 |
+Here are the crime rates for 2019 by offenders{{footnote}} https://ucr.fbi.gov/nibrs/2019/tables/pdfs/offender_race_by_offense_category_2019.pdf{{/footnote}} and victims{{footnote}} https://ucr.fbi.gov/nibrs/2019/tables/pdfs/victims_race_by_offense_category_2019.pdf{{/footnote}} |
78 |
78 |
|
79 |
79 |
[[image:1750922146171-994.png||height="747" width="926"]] |
80 |
80 |
|
81 |
|
-[[~[~[https:~~~~/~~~~/ucr.fbi.gov/nibrs/2019/tables/pdfs/victims_race_by_offense_category_2019.pdf~>~>https://ucr.fbi.gov/nibrs/2019/tables/pdfs/victims_race_by_offense_category_2019.pdf~]~]>>image:1750921894119-785.png||height="586" width="920"]] |
|
81 |
+[[image:1750921894119-785.png||height="586" width="920"]] |
82 |
82 |
|
83 |
83 |
|
|
84 |
+Using the formula macro we can display the method used to determine the per capita rates and difference between the 2 groups. |
84 |
84 |
|
85 |
85 |
{{formula imageType="PNG"}} |
86 |
86 |
\text{Percentage Difference} = \left( \frac{\frac{657{,}935}{41{,}000{,}000} \times 100{,}000 - \frac{992{,}347}{191{,}000{,}000} \times 100{,}000}{\frac{992{,}347}{191{,}000{,}000} \times 100{,}000} \right) \times 100 = \left( \frac{1{,}604.72 - 519.55}{519.55} \right) \times 100 \approx 208.87\% |
... |
... |
@@ -87,8 +87,94 @@ |
87 |
87 |
|
88 |
88 |
{{/formula}} |
89 |
89 |
|
|
91 |
+I've also created a per capita macro that you can use to determine the rate for a group by itself: |
|
92 |
+ |
|
93 |
+{{percapita groupAName="White" groupACount="290" groupAPopulation="191000000"}}{{/percapita}} |
|
94 |
+ |
|
95 |
+Or display a comparison between 2 groups: |
|
96 |
+ |
90 |
90 |
{{percapita groupAName="White" groupACount="992347" groupAPopulation="191000000" groupBName="Black" groupBCount="657935" groupBPopulation="41000000"}}{{/percapita}} |
91 |
91 |
|
|
99 |
+For crimes against persons: |
|
100 |
+{{percapita groupAName="White" groupACount="992347" groupAPopulation="191000000" groupBName="Black" groupBCount="657935" groupBPopulation="41000000"}}{{/percapita}} |
|
101 |
+ |
|
102 |
+For assault offenses: |
|
103 |
+{{percapita groupAName="White" groupACount="902499" groupAPopulation="191000000" groupBName="Black" groupBCount="615467" groupBPopulation="41000000"}}{{/percapita}} |
|
104 |
+ |
|
105 |
+For homicide offenses: |
|
106 |
+{{percapita groupAName="White" groupACount="3432" groupAPopulation="191000000" groupBName="Black" groupBCount="4157" groupBPopulation="41000000"}}{{/percapita}} |
|
107 |
+ |
|
108 |
+For human trafficking offenses: |
|
109 |
+{{percapita groupAName="White" groupACount="620" groupAPopulation="191000000" groupBName="Black" groupBCount="570" groupBPopulation="41000000"}}{{/percapita}} |
|
110 |
+ |
|
111 |
+For kidnapping/abduction: |
|
112 |
+{{percapita groupAName="White" groupACount="14679" groupAPopulation="191000000" groupBName="Black" groupBCount="9184" groupBPopulation="41000000"}}{{/percapita}} |
|
113 |
+ |
|
114 |
+For sex offenses: |
|
115 |
+{{percapita groupAName="White" groupACount="71117" groupAPopulation="191000000" groupBName="Black" groupBCount="28557" groupBPopulation="41000000"}}{{/percapita}} |
|
116 |
+ |
|
117 |
+For crimes against property: |
|
118 |
+{{percapita groupAName="White" groupACount="1393471" groupAPopulation="191000000" groupBName="Black" groupBCount="861741" groupBPopulation="41000000"}}{{/percapita}} |
|
119 |
+ |
|
120 |
+For arson: |
|
121 |
+{{percapita groupAName="White" groupACount="5869" groupAPopulation="191000000" groupBName="Black" groupBCount="2483" groupBPopulation="41000000"}}{{/percapita}} |
|
122 |
+ |
|
123 |
+For bribery: |
|
124 |
+{{percapita groupAName="White" groupACount="477" groupAPopulation="191000000" groupBName="Black" groupBCount="112" groupBPopulation="41000000"}}{{/percapita}} |
|
125 |
+ |
|
126 |
+For burglary/breaking & entering: |
|
127 |
+{{percapita groupAName="White" groupACount="128679" groupAPopulation="191000000" groupBName="Black" groupBCount="68829" groupBPopulation="41000000"}}{{/percapita}} |
|
128 |
+ |
|
129 |
+For counterfeiting/forgery: |
|
130 |
+{{percapita groupAName="White" groupACount="51063" groupAPopulation="191000000" groupBName="Black" groupBCount="25072" groupBPopulation="41000000"}}{{/percapita}} |
|
131 |
+ |
|
132 |
+For destruction/damage/vandalism: |
|
133 |
+{{percapita groupAName="White" groupACount="235283" groupAPopulation="191000000" groupBName="Black" groupBCount="144715" groupBPopulation="41000000"}}{{/percapita}} |
|
134 |
+ |
|
135 |
+For embezzlement: |
|
136 |
+{{percapita groupAName="White" groupACount="14359" groupAPopulation="191000000" groupBName="Black" groupBCount="8882" groupBPopulation="41000000"}}{{/percapita}} |
|
137 |
+ |
|
138 |
+For extortion/blackmail: |
|
139 |
+{{percapita groupAName="White" groupACount="1673" groupAPopulation="191000000" groupBName="Black" groupBCount="606" groupBPopulation="41000000"}}{{/percapita}} |
|
140 |
+ |
|
141 |
+For fraud offenses: |
|
142 |
+{{percapita groupAName="White" groupACount="132636" groupAPopulation="191000000" groupBName="Black" groupBCount="69843" groupBPopulation="41000000"}}{{/percapita}} |
|
143 |
+ |
|
144 |
+For larceny/theft offenses: |
|
145 |
+{{percapita groupAName="White" groupACount="661215" groupAPopulation="191000000" groupBName="Black" groupBCount="391874" groupBPopulation="41000000"}}{{/percapita}} |
|
146 |
+ |
|
147 |
+For motor vehicle theft: |
|
148 |
+{{percapita groupAName="White" groupACount="80284" groupAPopulation="191000000" groupBName="Black" groupBCount="41672" groupBPopulation="41000000"}}{{/percapita}} |
|
149 |
+ |
|
150 |
+For robbery: |
|
151 |
+{{percapita groupAName="White" groupACount="38104" groupAPopulation="191000000" groupBName="Black" groupBCount="84006" groupBPopulation="41000000"}}{{/percapita}} |
|
152 |
+ |
|
153 |
+For stolen property offenses: |
|
154 |
+{{percapita groupAName="White" groupACount="43829" groupAPopulation="191000000" groupBName="Black" groupBCount="23647" groupBPopulation="41000000"}}{{/percapita}} |
|
155 |
+ |
|
156 |
+For crimes against society: |
|
157 |
+{{percapita groupAName="White" groupACount="1011897" groupAPopulation="191000000" groupBName="Black" groupBCount="409325" groupBPopulation="41000000"}}{{/percapita}} |
|
158 |
+ |
|
159 |
+For animal cruelty: |
|
160 |
+{{percapita groupAName="White" groupACount="5917" groupAPopulation="191000000" groupBName="Black" groupBCount="2134" groupBPopulation="41000000"}}{{/percapita}} |
|
161 |
+ |
|
162 |
+For drug/narcotic offenses: |
|
163 |
+{{percapita groupAName="White" groupACount="908206" groupAPopulation="191000000" groupBName="Black" groupBCount="326886" groupBPopulation="41000000"}}{{/percapita}} |
|
164 |
+ |
|
165 |
+For gambling offenses: |
|
166 |
+{{percapita groupAName="White" groupACount="763" groupAPopulation="191000000" groupBName="Black" groupBCount="563" groupBPopulation="41000000"}}{{/percapita}} |
|
167 |
+ |
|
168 |
+For pornography/obscene material: |
|
169 |
+{{percapita groupAName="White" groupACount="12877" groupAPopulation="191000000" groupBName="Black" groupBCount="3629" groupBPopulation="41000000"}}{{/percapita}} |
|
170 |
+ |
|
171 |
+For prostitution offenses: |
|
172 |
+{{percapita groupAName="White" groupACount="6747" groupAPopulation="191000000" groupBName="Black" groupBCount="4698" groupBPopulation="41000000"}}{{/percapita}} |
|
173 |
+ |
|
174 |
+For weapon law violations: |
|
175 |
+{{percapita groupAName="White" groupACount="77387" groupAPopulation="191000000" groupBName="Black" groupBCount="71415" groupBPopulation="41000000"}}{{/percapita}} |
|
176 |
+ |
|
177 |
+ |
|
178 |
+ |
92 |
92 |
---- |
93 |
93 |
|
94 |
94 |
== **The numbers are worse than you think**. {{id name="the-numbers-are-worse-than-you-think."/}} == |