Here is a look at the data and some of the variables we will consider later:
glimpse(acs12)
## Observations: 2,000
## Variables: 13
## $ income <int> 60000, 0, NA, 0, 0, 1700, NA, NA, NA, 45000, NA, ...
## $ employment <fctr> not in labor force, not in labor force, NA, not ...
## $ hrs_work <int> 40, NA, NA, NA, NA, 40, NA, NA, NA, 84, NA, 23, N...
## $ race <fctr> white, white, white, white, white, other, white,...
## $ age <int> 68, 88, 12, 17, 77, 35, 11, 7, 6, 27, 8, 69, 69, ...
## $ gender <fctr> female, male, female, male, female, female, male...
## $ citizen <fctr> yes, yes, yes, yes, yes, yes, yes, yes, yes, yes...
## $ time_to_work <int> NA, NA, NA, NA, NA, 15, NA, NA, NA, 40, NA, 5, NA...
## $ lang <fctr> english, english, english, other, other, other, ...
## $ married <fctr> no, no, no, no, no, yes, no, no, no, yes, no, no...
## $ edu <fctr> college, hs or lower, hs or lower, hs or lower, ...
## $ disability <fctr> no, yes, no, no, yes, yes, no, yes, no, no, no, ...
## $ birth_qrtr <fctr> jul thru sep, jan thru mar, oct thru dec, oct th...