Available Languages:
Dated: August 2023
Authors: Sam Dumble , Alex Thomson , Nicolas Greliche
This link provides direct access to the Data Manipulation module from the Stats4SD Introduction to R and RStudio course.This module covers how to use a number of data manipulation functions from the dplyr package including;select - to select a number of certain columnsfilter - to certain rows depending on supplied criteriaarrange - to sort your datasummarise - to generate summary statisticsmutate - to create new columnsgroup_by - group your data by a given variableWe will also show you how to combine all of these together into one flow using the pipe %>% operators
The individual components of the trove are listed below. Click on one to download the file or go to the external url. You can download the full trove below as a .zip file.
Exercises
https://shiny.stats4sd.org/RCourse_revamp_Data_Manip_ex__2023/
Curricula / Training Course
Introduction to R and RStudio Course - Data Visualisation with ggplot2
Below you can find links to all 4 workbooks associated with the data visualisation with ggplot2 module from th...
Curricula / Training Course
Introduction to R and RStudio Course - Statistical Analysis
This link provides direct access to the Statistical Analysis module from the Stats4SD Introduction to R and...
Curricula / Training Course
Introduction to R and RStudio Course - Working with RStudio
This link provides direct access to the Working with RStudio module from the Stats4SD Introduction to R and RS...
Curricula / Training Course
Introduction to R and RStudio Course - Data Management
This link provides direct access to the Data Management module from the Stats4SD Introduction to R and RStudio...