Data Dictionary: | ACS 2016 (5-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
A17010. | Ratio of Female to Male Labor Force Participation Rate | |||||||
Universe: In Labor Force 16 Years and Over: | ||||||||
A17010_001Ratio of Female to Male Labor Force Participation Rate
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(A17002B_002) / Sum(A17002A_002)) * 100
Formula used to compute this variable:
if(SE:A17002A_002 == 0)
Return_Value.IsNull = true;
else
if (SE:A17002B_002.IsNull || SE:A17002A_002.IsNull)
Return_Value.IsNull = true;
else
Return_Value = (SE:A17002B_002 / SE:A17002A_002)*100;
|