Senior Project

Tidy t-Tests using tidymodels

I recently discovered tidymodels, which is “a collection of packages for modeling and machine learning using tidyverse principles”. I love using the tidyverse, so I was really excited to jump in and get started with tidymodels.

Exploring Data through Visualization

A walk-through of my data exploration and visualization process on data from my senior project.

Wrangling Client Data

A walk-through of my data wrangling process from raw excel files to a final tidy dataframe, using data from my senior project.

Senior Project Proposal and Background

Do students who participate in Peer-Success Mentoring have more success (improvement in GPA) than students who don't participate in Peer-Success Mentoring?

Exploring the raincloudplots Package

While working on my senior project , I’ve been struggling with the best way visualize to my data. I want to see individual datapoints as well as overall distribution. I started with boxplots and scatterplots, but I was really wanting something to show the ties between two sets of values.