R

How Durable Are Democrats' Gains in Georgia?

library(tidyverse) library(tidycensus) library(sf) library(lubridate) library(janitor) library(GGally) library(patchwork) library(gt) library(srvyr) There have been roughly eight billion articles analyzing data from the 2020 election, specifically in Georgia, where I was born and currently live.

Which Counties Have More Libraries

The Public Library Survey from the Institute of Museum and Library Services provides data on libraries across the county. Since my wife and I use the heck out of our library (shoutout to Palaces for the People!

Where to Find the Best Beer in the US

The amazing TidyTuesday project has listed two beer-focused datasets this year, one focused on beer production by state, and the other on Great American Beer Fest (GABF) awards.

Comparing 2020 Democratic Candidates' Primary Debate Performances

This project is intended to analyze the 2020 Democratic Presidential candidates’ performances in the eleven debates. We’ll start off by creating a tibble of the transcripts of the debates, with a row for each response given by a candidate.

Analyzing Multiclass Classification Model Probabilities

This project is part of the work I’m doing with DataRobot on classifying DoD RDT&E budget programs. For this part of the project, I worked with Sarah Khatry to label 600 RDT&E programs based on their warfighting function.

Analyzing Sturgill Simpson's Music

Sturgill Simpson is frequently described as part of the new era of outlaw country musicians, a group that includes musicians like Tyler Childers, Chris Stapleton, Colter Wall, and Jason Isbell.

Analyzing the Fleet Foxes' Music in R

This project is designed to compare Fleet Foxes’ four albums. It uses the spotifyr and geniusr packages to download song features and lyrics, allowing for text analysis of lyrics for each track.