Monash EBS Modules

Getting started
  • 1. Installing R and RStudio Install R and RStudio on Windows, macOS, or Linux. 20 minutes Beginner
  • 2. RStudio basics Learn how to use RStudio and install R packages. 15 minutes Beginner
  • 3. R basics Start writing R code with basic functions and mathematical operations. Learn code syntax, chain functions together with the pipe (|>), and understand the different types of data that can exist together in a dataset. 20 minutes Beginner
  • 4. Projects and paths Establish good practices for organising and accessing project files. Essential for when you share your work with others. 20 minutes Beginner
  • 5. Strategies for troubleshooting in R With coding comes bugs and errors that need troubleshooting. In this chapter, you will learn how to decipher errors, find help for fixing them, and practice asking clear questions with minimally reproducible examples. 30 minutes Beginner
No matching items
Tidy data analysis
No matching items
Statistical modelling
  • 1. Linear regression Statistically summarise relationships between variables of a dataset with a linear regression model. 30 minutes Intermediate
No matching items
Writing documents
  • 1. Quarto Basics With Quarto, creating documents and reports becomes a breeze. In this chapter, you will learn how to set up Quarto, explore its key features, and start creating your own quarto documents with ease. 30 minutes Beginner
No matching items