As a self-taught R user, I am deeply indebted to the R community for making code samples and interesting datasets publicly available. In order to pay it forward, I provide the data and code for my blog projects on this page.
Remember that with coding, practice makes perf… better.
In general, my blog project materials are available as github repos. I also publish R notebooks as RPubs.1 I link to relevant repos/notebooks at the bottom of all blog posts.
Data visualization projects
- The Econ Job Market: RPubs notebook
- NBER Papers: data; more data; github repo; RPubs notebook
- Pandemic and Frisbee Registrations: github repo; RPubs notebook
- Melt ICE: data – see table 7-4; github repo; RPubs notebook
- Seeing Sleep: how to export your own fitbit data; github repo; RPubs notebook
- Connecticut pretrial inmates [descriptives]: data; github repo; RPubs notebook
- Connecticut pretrial inmates [over time]: data; github repo; RPubs notebook
- Cat/Dog names and ages: github repo (with data); RPubs notebook
- Google searches & historical KKK locations: github repo (with data); RPubs notebook
- iMessage data: RPubs notebook
- U.N. Speeches: github repo (with data); RPubs notebook
- Senate votes on healthcare: github repo (with data); RPubs notebook
- Podcast trends: github repo; RPubs notebook
- Philly Open Data: github repo (with data)
- Boston vs SF temperatures: github repo
- Women representation in the sciences: github repo
- Racial/ethnic representation in the sciences: github repo (with data)
- Illinois Trump delegates: github repo (with code)
- Stanford university classes: github repo (with data)
- Pixar movie ratings: github repo (with data)
- New Yorker caption contest winners: original blog data & code; RPubs notebook for New Yorker maps
- Uber and Taxi drivers: github repo (with data); RPubs notebook
- Friday the 13th patterns: github repo (with data)
- Sports Illustrated covers 2010-2015: github repo (with data)
- Oscars speeches 2010-2014: github repo (with data)
- Friends TV show friendships [based on plotline data]: github repo (with data)
- Friends TV show friendships [based on dialogue data]: github repo; RPubs notebook
- Serial podcast opinion polls: github repo (with data)
Theory diagram projects
- Graphing (ego) utility: RPubs notebook
- Extensive form diagrams (for ultimate frisbee-inspired game theory): github repo
Web development projects
- Code for my website (the one you’re on right now) is here