M.S. Student in Statistics at Duke University, Class of 2022
3 years of full-time work experience with McKinsey and Capital One
B.S. in Chemical Engineering from Stanford University
View My Resume
View My LinkedIn Profile
View My Github Profile
Shiny app that generates animations of NFL passing plays from the 2018 season, using a custom-built theme. Inspired by NFL Big Data Bowl 2021 on Kaggle.
Those interested in producing their own American football plots can check-out my
ggfootball
package in R. To install, simply
use the following command: devtools::install_github("robkravec/ggfootball")
Exploration of 2017-2020 Atlanta Braves Statcast data (pitchers only). Sub-projects include:
Winning submission from Duke 2020 Datathon, which challenged entrants to understand and forecast local-level economic impacts of COVID-19. I specifically worked with unemployment data from the Central Population Survey and highlight this analysis in the linked repository
Shiny app that displays top headlines and news sources in tabular form based on user inputs
Analysis of February 2015 NYC taxi data. Primarily highlights advanced visualization techniques, use of Spark, and reproducible multi-step research processes
Assessment of different blackjack strategies through simulation, emphasizing efficiency through parallel processing and purposeful design of functions