Data Dictionary: | ACS 2016 Supplemental Estimates |
Data Source: | Social Explorer; U.S. Census Bureau |
T12. | Group Quarters Population | |||||||
Universe: Population in Group Quarters | ||||||||
T012_003 Population Not in Group Quarters
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:K200101001.IsNull || ORG:K202601001.IsNull)
oretval.IsNull = true;
else
oretval = ORG:K200101001 - ORG:K202601001;
return oretval;
|