Hi Folks,
This is my first post and day on this forum. I couldn't find the answer to this question, but if there is a good thread which exists already, please point me in that direction.
I am conducting an analysis where my geographic region is at…
Thanks David, and in my original code with the additions provided by Elizabeth, how do I then utilize qnorm(0.95) to get the margin of error? And do you agree that standard error is 2.75% (not .0275%)?
I think the table you may be looking for is B15003, which contains educational attainment for the population 25 and older. Using tidycensus, you can specify the variables from that table B15003_017 through B15003_25 that represent the population with…
Hi, all. We often use coefficients of variation (CV = standard error ÷ estimate) as a rough guideline for statistical reliability: CV < 0.15 is pretty trustworthy; CV > 0.30 is not to be trusted. But the CV value depends on how the estimate is expressed…
Hello,
I have limited experience with the ACS data. I am working with 2020 ACS data in Los Angeles County. I am comparing People with Disabilities vs Age & Sex (and other tables that have the same population total). The total population is different…
Hi Diana,
thanks for your notes here! Would be curious to read your blog post :)
Aggregating by geography makes sense.
Regarding aggregating by rows/categories, you said
> For example, with the age and sex breakdowns in your screenshot, could you live…
I'm working on analyzing tables DP02, DP03, DP04, and DP05 from 2007 to 2022 and am searching for a comprehensive legend that tracks changes in variable codes over time.
For instance, the field “Estimate!!ANCESTRY!!Total population!!Greek” uses the…
Currently computing estimates using the Household Income dataset--B19049 for 2016 5-year estimates.
I am working with the data on a county level. However, when it comes to New York City, we combine the boroughs to obtain estimates for New York City as…