-
Notifications
You must be signed in to change notification settings - Fork 5
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
CAP analysis v1 #139
Open
jwal1024
wants to merge
24
commits into
UBICenter:master
Choose a base branch
from
jwal1024:State_analysis
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
CAP analysis v1 #139
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Edits to the .py. Separate the .py into a JupyterBook. Upload dataset. More to come.
Child allowance.py working with Max on the person_sim.
Commit
State analysis
Add in remaining simulations to check with max
…owance into State_analysis
Replaced over_5 with adult to help clean up the low_qual sim being smaller issue. Still a size issue (likely due to state merging). Divided SPM weights by 3 for 3 years of data. Added notes. Added 0 costs for adults to the CAP dataset. Added deep poverty and poverty flags.
Updated person_sim output. low_qual having fewer observations (likely induced by extra/missing state) issue persists
Updates to python code to have dummy for whether any child expenditures, started regression for any expenditures, corrected path, commented out double quoted comments. Notes: Py issues - dataset merge still not merging fully (different number of states?) Not sure if SPM aggregation is working as intended after changes. Jupyter book has key error on scenario.
ipynb update
Poverty rates are 0 for the 4 quality sims Low_full still has too few values (likely due to missing/extra tates) Data frame doesn’t recognise sim as a column name Anyspm not merging as intended
Corrected aggregation to spmu, moved flags out of spmu to person calc level.
To do: Visualizations.
More outputs!
Committing current code used to produce outputs for the paper. Code will be cleaned.
Add Paper to the child allowance folder so that it is sharable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Edits to the .py. Separate the .py into a JupyterBook. Upload dataset. More to come.