-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Citizenship indicator #74
Comments
Is this in C-TAM rather than taxdata because some benefits vary with citizenship? Would a |
@MaxGhenis asked
Yep. I was debating whether to open this issue in C-TAM or Taxdata and then decided to put it here because the benefits part is more concerning in my opinion. As you can see in the report I linked in the comment above, new legal immigrants are barred from many welfare programs before naturalization, let alone illegal immigrants. |
@MaxGhenis also suggests:
Interesting. I think it will be helpful to have more information on how this citizenship indicator will be used. It seems if we want to do correlation, then this n_citizens definitely works. But say, if we want to do children welfare, the status of children could be hard to get under this frame. @MattHJensen By any chance you have more specifics on the requirements for this citizenship indicator? |
The user I am helping wants to limit UBI eligibility to citizens. |
@MattHJensen So can I interpret that as there's no need to consider much about specifics on the current welfare recipiency? Then Max suggestion works in my opinion. CPS should also work as well. There's probably no need to consider any imputation from SIPP at this point because we just want the citizenship part instead of whether their welfare recipiency is accurate or not. |
Also, if that's the case, I think this issue should be closed here and re-open in taxdata. |
If for UBI, would it require separate fields by age? |
@MaxGhenis you're right - we need the age separation and @andersonfrailey Do you see any other factor we should consider? |
Filed PSLmodels/taxdata#309, so we can probably close this. |
The CPS includes a citizenship indicator
PRCITSHP
that identifies individuals in terms of whether they are foreign-born and whether they are citizens.The citizens and non-citizens sum up to 322.78 millions in 2015 CPS. Looking at the overall income distribution by citizenship, I don't see anything alarming yet.
Number of people in each income class, in millions
Of course we could go ahead attach this variable to the output dataset, but there are two potential caveats. The first is about the accuracy with regard to low-income population. There is a report suggesting SIPP is probably more accurate, but imputing from SIPP could potentially induce noises. The second is about how to assign citizenship for mixed households. Eventually we need the tax unit level data, should we just go with the status of the head of household?
@MattHJensen @feenberg @martinholmer @andersonfrailey @MaxGhenis
The text was updated successfully, but these errors were encountered: