I'm using 2010 Census data on race, which contains (to the best of their ability), the complete population of the U.S. rather than just a sample.
I've divided the U.S. up into four geographic areas based on fire risk, and then calculated the ratio between the population of each race within an area and the entire U.S. population of that race (e.g. 20% of the U.S. White population and 7% of the Asian population lives in Area A).
Initially, I wanted to compare these ratios in each area and see if there were significant differences between them and their expected values. This would help test my hypothesis that certain racial groups live disproportionately in areas with higher fire risk.
An example: if 15% of the U.S. population lives in Area A, we would expect 15% of Race A and 15% of Race B to live there. If 25% of Race B lives there, and that is significantly greater than the expected 15%, that might mean Race B lives disproportionately in Area A.
The problem is that because these are proportions of populations in the whole U.S., not just in the area of interest, the predicted %'s don't add to 1. So chi-square wouldn't work.
My question: is chi-square even necessary? These are counts of the entire population, not a sample, so there isn't any random sampling variation that could account for the differences. The differences are true.