Rory Spanton
Behavioral data scientist at Good With
Expertise: Data science, software engineering perspectives, big data
Education: University of Plymouth

Rory Spanton is a behavioral data scientist at Good With, a U.K. startup focused on improving creditworthiness and access to fair finance in young adults. With expertise in data analysis and mathematical modeling, Spanton earned his doctorate in psychology at the University of Plymouth in England, undertaking research in human memory and lecturing on content involving R programming and cognitive psychology.

Sort By
Most Recent
Most Recent
Oldest
5 Articles
Stack of pipes representing pipe in r
Pipe in R (|>) is an operator that takes the output of one function and passes it into another function as an argument, linking together the steps for data analysis. 
A pair of scissors cutting a string
The strsplit() function is a powerful tool for splitting strings in R using delimiters or regular expressions. Learn about its many uses with these examples.
Two programmers work at a computer terminal
The ternary operator is a concise way of expressing conditional statements in a single line of JavaScript code. Our expert explains how it works.
A closeup of a person working on math in a notebook with a pencil
Polynomial regression is an important method in machine learning. It is an extension of linear regression that models non-linear relationships between outcome and predictor variables.
Bee approaching a flower for honey representing buzz concept
The FizzBuzz problem is a task often given in coding interviews. Impress your interviewers and improve your code with these five solutions.