We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the full discussion: PSLmodels/Tax-Calculator#2483
An incremental approach would be to add nu01. To fully satisfy the request we would need to add nu01 through nu05.
The text was updated successfully, but these errors were encountered:
This would be fairly easy to implement. I can have a PR for this open after I finish up with #363
Sorry, something went wrong.
To add this, there are two areas in the code that need be updated here.
For the CPS, you'll add the new age variables to this function. Then you'll need to add them to the USEABLE_VARS list here.
USEABLE_VARS
For the PUF, you'll add the new age variables here.
For both, you'll need to update the records_metadata.
records_metadata
I believe after those small updates you'll be good to go.
No branches or pull requests
See the full discussion: PSLmodels/Tax-Calculator#2483
An incremental approach would be to add nu01. To fully satisfy the request we would need to add nu01 through nu05.
The text was updated successfully, but these errors were encountered: