Past Workshops & Resources:

Introduction to Classification Trees and Random Forests in R

"Random Forests" are used everywhere, and for good reason! Random Forest is a powerful and versatile machine learning algorithm that grows and combines multiple decision trees to create a "forest". It sounds very complex, but learning to use them is …

Blogdown and Making Websites in R

This workshop invites R users with basic/intermediate knowledge who are interested in learning how to build a personal website using the Blogdown package (no prior knowledge with Blogdown is required).

Loops and beyond: Elegant iteration with the purrr package

Why should I purrr? Scientific research is often a "broken record" game: we must repeat the same calculations over and over again. In this inaugural UNSW codeRs workshop, Aniko will teach you have to repeat yourself efficiently in R without using …