This page contains links to R resources & tutorials for each core topic from PAAS, AnD, DS & QQM @ Sussex Uni
Most R skills are covered in several tutorials/practicals in different modules. Where this repetition occurs, there are multiple resources to refer to for help.
Some of these R resources include interactive tutorials. These tutorials need to be installed & run within RStudio. To install the packages required to run them (“learnr”, “remotes”, “paas”, & “discovr”), type each of the commands in the code block below into the RStudio console one at a time and press Enter to run them.
install.packages("learnr")
install.packages("remotes")
remotes::install_github("SussexPsychMethods/PAAS", build = FALSE, upgrade = "never")
remotes::install_github("profandyfield/discovr")
Following installation, tutorials can be accessed through the “Tutorial” tab in RStudio, or by running the relevant code in the console, i.e.,
learnr::run_tutorial("discovr_01", package = "discovr")
Use the table below & hover over the modules to find out what resources cover each topic (i.e., tutorials (tut), practicals (pract), skills labs (lab), & seminars (sem)), & what week on Canvas to find them!
Topic | Module |
---|---|
R/RStudio installation | |
RStudio tours | |
R Projects | |
File paths | |
R objects, functions & packages | |
The Pipe %>% | |
RMarkdown | |
Inline code | |
Importing & organising data | |
Exploring & inspecting data | |
General data wrangling/cleaning | |
Creating composites & reverse scoring | |
Recode/replace/change values/types | |
Summary stats & tables | |
Data visualisations & plots | |
Correlation | |
Chi-square | |
t-test | |
Simple regression | |
Multiple regression | |
Independent anova | |
Repeated measures anova | |
Ancova | |
Mixed designs | |
Logistic regression | |
Mediation | |
Moderation | |
Exploratory factor analysis | |
Reliability/validity/power analysis |
It is the supervisor’s responsibility to teach any analyses and statistical techniques not taught in methods modules. It is recommended that you familiarise yourself with the materials as detailed above when completing the dissertation analysis plan. In addition, a list of the analyses covered in first- and second-year can be found below:
Independent t-test
Chi-Square
Correlation
Simple Regression
Multiple Regression
Independent Anova
Ancova
Repeated Measures Anova
Mixed Designs
Logistic Regression
Exploratory Factor Analysis
Reliability and Validity Analyses
Moderation
Mediation
Brush up on your stats knowledge with Prof Andy Field’s Lectures
Check out the Analysing Data website
Read through the R for Data Science book
Build your R Markdown knowledge with this definitive guide
Take a look at the R Cheat Sheets