Here are my selected code samples for my job application to Mathematica. I wanted to give some context for the code samples I selected to submit with my application. I chose to only include samples of code I wrote myself, rather than code written with a partner or group.
SemesterProject: This is the oldest code sample I included. It was my semester project for a class on Data Wrangling and Visualization. To demonstrate my ability to prepare data in R, I challenged myself to make no changes to the original Excel sheets the data was pulled from, and instead clean the data entirely within R. Since the class did not focus on formal statistical methods, my analysis of the data is based strictly on the graphs I included.
nursing_mh: This was one of the projects I worked on as a consultant for BYU's Consulting Center. I was provided with results from multiple semesters of nursing students taking the PHQ-9 and GAD-7 assessments, along with guidelines for how to calculate and categorize the results. I was then asked to analyze the data to answer the client's specific questions. This document was prepared to present the data and results during one of our final meetings with the client.
Problem1 and Problem2: These files are from the midterm for my Statistical Computing course during my master's program. They demonstrate my ability to apply statistical theory directly through code, rather than relying on pre-built R functions to answer statistical questions.