Data Dictionary: | SE 2016 Tract Estimates |
Data Source: | Social Explorer |
Table: | T106. Average Gross Rent [1] |
T106. | Average Gross Rent | |||||||
Universe: Renter-occupied housing units | ||||||||
T106_001Average Gross Rent for Renter-Occupied Housing Units
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_167_SE16_EST_B25065001) / Sum(SETractEstimates2016_169_SE16_EST_B25070001)
Formula used to compute this variable:
if( SETRACT:SETractEstimates2016_169_SE16_EST_B25070001 == 0)
Return_Value.IsNull = true;
else
Return_Value = SETRACT:SETractEstimates2016_167_SE16_EST_B25065001 / SETRACT:SETractEstimates2016_169_SE16_EST_B25070001;
if (SETRACT:SETractEstimates2016_169_SE16_EST_B25070001.IsNull)
Return_Value.IsNull = true;
if (SETRACT:SETractEstimates2016_167_SE16_EST_B25065001.IsNull || SETRACT:SETractEstimates2016_169_SE16_EST_B25070001.IsNull)
Return_Value.IsNull = true;
|