Data Dictionary: | Social Explorer Crime Data 2021 |
Data Source: |
T5. | Violent Crimes Reported (Rate per 100,000 Population) | |||||||
Universe: Universe: | ||||||||
T005_003 Rapes Rate
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( ORG:T30_01 == 0)
oretval.IsNull = true;
else
if (ORG:T20_04.IsNull)
oretval.IsNull = true;
else
oretval = ORG:T20_04 / ORG:T30_01 * 100000;
return oretval;
|