* This file creates dummy variables for race/ethnicity for the ACS. *It uses variables: race and hispan & aligns with Blau & Khan JOLE gen black= race==2 & hispan==0 gen other= hispan==0 & race!=1 & race!=2 gen hisp = hispan>0 & hispan<9 gen white = race==1 & hispan==0