Resources

This page is a work in progress, on which I’m going to list and categorize resources I’ve found useful in my journey to use R.

Starting out

I began my R journey in June 2020, by working through the RStudio primers and the wonderful RYouWithMe course created by R-Ladies Sydney. These gave me a solid foundation in the basics and confidence to begin exploring on my own.

Reference

Here are some books I have found useful in continuing my journey:

Data visualization

Resources I’ve found useful specifically on the topic of data visualization:

Creating summary tables in R

Here are some useful blogposts and other resources I’ve found for creating tables in R for summarizing data. Packages I’ve been getting to know so far include arsenal and gt.

Multilevel modelling

I’ve begun working through the Centre for Multilevel Modelling’s LEMMA course (Learning Environment for Multilevel Methodology and Applications). The Centre for Multilevel Modelling is based at the University of Bristol in the UK, and this fabulous resource is free to use with registration. The course begins with a refresher in introductory statistics and multiple regression, and progresses to worked examples of increasingly complex multilevel models, with worked examples in R (and other packages) and quizzes to test understanding as you progress.