Useful webinar "Analyzing Data from the 2023 American Community Survey in R" by Kyle Walker just finished. Think recordings will be available later.
Using {tidycensus} for working with USA census data. Has a nice worked example of adding error bars to a plot to show margin of error and polishing the visuals. And generally mapping the census data and using microdata.
https://walker-data.com/umich-workshop-2025/acs-2023/#/title-slide
Friendly reminder that this event is happening today at 2pm Eastern Time!
Lightning Talks! With the R User Group at the Harvard Data Science Initiative and Harvard Kennedy School Data and Donuts!
https://rug-at-hdsi.org/upcoming_events/2024-04-26-lightning-talks.html
We’ll be hearing about topics such as an NHANES+Stan docker image, parameterized #Quarto reports, #regex for efficient #rstats, and how to use #tidycensus to create choropleth maps!
Sign up to watch online! There will be giveaways 🎁
From {tidycensus} creator Kyle Walker cont.: “All the webinar resources are available on GitHub here, along with a @Posit Cloud link where you can run the code without installing R yourselves:” 2/2
Kyle Walker: “This year, I’ll once again be hosting a webinar series with the University of Michigan’s Social Science Data Analysis Network (SSDAN)! This year’s series is titled Analyzing 2020 Census and 2022 ACS Data with R. The webinar series will take place this February and March and is completely free to attend. You can register for all three webinars from the link below: “
https://umich.zoom.us/webinar/register/WN_S82g8r1DTAyxb5Nbsf7Jhw#/registration
Welcome! You are invited to join a webinar: 2024 SSDAN Webinar Series with Kyle Walker. After registering, you will receive a confirmation email about joining the webinar.
In July and August, I turned some unpublished #tidycensus helper functions into the {getACS} package https://elipousson.github.io/getACS/
More than any other package from the last year, I would love to see this one get more use and hear feedback on potential improvements. #RStats
I showcased this package in a presentation I delivered in August at the statewide GIS conference https://elipousson.github.io/presentation-tugis2023/#/title-slide
#30DayMapChallenge, Day 13: Choropleth. Income inequality of the conterminous United States as measured by the Gini index. Data from the American Community Survey. Made possible by @kyle_e_walker amazing #tidycensus package.
#rayshader adventures, an #rstats tale
@gabbspalomo
Gabby: #tidycensus is great, as is the #tidyverse #rstats
The variable ALAND in the PL 94-171 file is land area in square meters. I like to calculate "population per square mile" so I convert square meters to square miles by dividing by 2,589,988. I'm also calculating a new variable for population density groups (e.g., rural, suburban, urban).
Definitely follow Dr Kyle Walker on Xitter, read his book, and watch his video lectures on youtube!
Chuck
My script:
https://github.com/chuckpurvis/r_scripts/blob/main/PL94171_Calif_PopDensity_2020.R