R

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.

#TidyTuesday - Plastic Pollution

Intro library(tidytuesdayR) library(tidyverse) library(knitr) blogpost Challenge intro data Tidy Tuesday The Data Tidy Tuesday provides the following code to load in the data: # Get the Data # Read in with tidytuesdayR package # Install from CRAN via: install.

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.