kosukeimai / wru

Who Are You? Bayesian Prediction of Racial Category Using Surname and Geolocation
132 stars 31 forks source link

Fix: Use non-Hispanic data for Black, Asian, and other race estimates #146

Closed rossellhayes closed 7 months ago

rossellhayes commented 8 months ago

This PR updates the tables pulled by census_geo_api(). It will now pull non-Hispanic tables to estimate Black, Asian, and other race populations. Previously, Hispanic respondents could be double counted because they may count towards both the Hispanic population and the Black, Asian, or other race populations of a geography.

Fixes #145.

kosukeimai commented 8 months ago

@etrrosenman Please let us know if this looks good to you. Thanks.

etrrosenman commented 7 months ago

Changes look good to me!

On Tue, Apr 2, 2024 at 4:16 PM Kosuke Imai @.***> wrote:

@etrrosenman https://github.com/etrrosenman Please let us know if this looks good to you. Thanks.

— Reply to this email directly, view it on GitHub https://github.com/kosukeimai/wru/pull/146#issuecomment-2033268322, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKZG62NJNI5XTRKWT5Y5ODY3M35FAVCNFSM6AAAAABFUAR5I2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZTGI3DQMZSGI . You are receiving this because you were mentioned.Message ID: @.***>

1beb commented 7 months ago

We also did some due diligence by comparing estimates at state level to TargetSmart Voter File Race and CPS 2022 targets. They look better than previous, with the black and hispanic registered voters having more reasonable proportions. I'm going to merge this branch, then submit as a bugfix to CRAN.