Data Dictionary: | Social Explorer Crime Data 2021 |
Data Source: |
T7. | Property Crimes Reported (Rate per 100,000 Population) | |||||||
Universe: Universe: | ||||||||
T007_004 Motor Vehicle Thefts 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:T10_05.IsNull)
oretval.IsNull = true;
else
oretval = ORG:T10_05 / ORG:T30_01 * 100000;
return oretval;
|