gravatar

Ashcroft

Sam Ashcroft

Recently Published

Crank Event Patterns and State-of-Charge (SOC)
A full R Markdown script that introduces crank events, describes crank event patterns, identifies key features within these patterns including successful starts, stalls, false positive and low latency observations, and recommends several methods for further analysis of crank event data.
Code for Analysing Data from First PhD Experiment
These 550+ lines of R code were used to analyse the data from my first PhD experiment. Have a look!
Code for Cleaning Data from First PhD Experiment
These 350+ lines of R code were used to clean the data from my first PhD experiment to prepare it for data analysis. Take a look!
Cleaning Data - String Manipulation with Emails
Problem: I had a messy Excel sheet with some rather poorly formatted student numbers of students from my statistics classes, and needed to clean the data so that I could use the student numbers as email addresses to copy into Outlook. Output: The Excel sheet is now clean, useful and sharable. The emails can easily be copied into Outlook, and the code could be used to clean other messy Excel sheets in a similar format for my other statistics classes.