R

Working with Messy Data

A talk offered to the UMass Amherst Student Chapter of SIAM sponsored by the SIAM Visiting Lecturer series.

Nov 14, 2023

Cost of Hosting a Shiny Server on AWS

After setting up a shiny server, I watched how much it cost and was quite surprised.

Jul 3, 2022

Setting up a Shiny Server using only AWS services
Setting up a Shiny Server using only AWS services

My adventures in setting up a shiny server using AWS and hugo.

Aug 28, 2021

Fantasy Football Optimization
Fantasy Football Optimization

A simple shiny application that brings in your fantasy football roster and allows you to simulate a season.

Aug 23, 2021

Data Science Upskilling for the CDC
Data Science Upskilling for the CDC

As the Project Lead, we supported CDC's efforts in upskilling their staff in a variety of data science competencies from time series regression to data wrangling to communicating your results to all audiences.

Apr 2, 2021

Personal Website
Personal Website

Using blogdown to create and host a website on AWS

Aug 11, 2020

Similar Players in MLB
Similar Players in MLB

Taking a quantitative approach to identify which players are similar to each other.

Aug 11, 2020

Simulating a baseball game

Using R and Dynamic Programming to simulate a baseball game.

Aug 11, 2020

MLB Player Similarity - Validation

As many of you are aware, Baseball-Reference calculates a similarity score for each player against other players. Although this is an accepted way to calculate the similarity between two players, I wanted to see if my methodology compares. I ran my methodology for Hank Aaron (someone we all know and can understand the comparisons) and compared the list I got against the list Baseball-Reference posted. First, let’s look at what Baseball-Reference has:

Nov 13, 2019

MLB Player Similarity - Calculation

An initial look into how to calculate the similarity between two players in Major League Baseball.

Nov 10, 2019