... |
... |
@@ -81,6 +81,7 @@ |
81 |
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,18 @@ |
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 |
+ |
|
100 |
+ |
|
101 |
+ |
|
102 |
+ |
92 |
92 |
---- |
93 |
93 |
|
94 |
94 |
== **The numbers are worse than you think**. {{id name="the-numbers-are-worse-than-you-think."/}} == |