Skip to content
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

Disaggregation method #13

Closed
spencer-rdh opened this issue Oct 10, 2022 · 3 comments
Closed

Disaggregation method #13

spencer-rdh opened this issue Oct 10, 2022 · 3 comments

Comments

@spencer-rdh
Copy link

Hello! I'm looking to learn about your disaggregation process from precincts to blocks a little more. In your code 00_build_vest.R it looks like you make the block file here at line 77 dec <- build_dec('block', state = state, geometry = FALSE, groups = 'all', year = 2010) for 2010 and then assign the votes down based on the 2010 VAP ratio here (lines 86-89) elec_at_2010 <- elec_at_2010 %>% mutate(!!election := estimate_down( value = vest[[election]], wts = dec[['vap']], group = match_list )).
I wanted to confirm that you do not take intra-Census data into account for the disag process (e.g. for 2018 elections, disaggregting on some sort of 2018 demographic, like a voter file)? As I understand it, you use one ratio per block, dependent on which Census year and demographic are used (in build_dec and estimate_down, respectively). If you do integrate intra-decennial data, please let me know where I could find it in the code!

@christopherkenny
Copy link
Member

Yes, you're correct. It's one ratio. There have been thoughts on doing it year-by-year, using the FCC estimates via @CoryMcCartan's blockpop package, but we haven't gone that way.

@spencer-rdh
Copy link
Author

Great, was just looking to clarify -- thank you!

@christopherkenny
Copy link
Member

No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants