Skip to main content
School of Languages, Linguistics and Film

Virtual PG Training: Mixed modelling in R

7 April 2020

Time: 1:00 - 3:00pm
Speaker: Elisa Passoni
Venue: https://eu.bbcollab.com/guest/B20B1453589E2887EF06D5CE63DA8F22

Due to the current pandemic, we will hold this workshop online. Please follow this link to enter the virtual space: https://eu.bbcollab.com/guest/B20B1453589E2887EF06D5CE63DA8F22

You need to have the software R installed before the workshop. Go to https://cran.r-project.org/ and under the heading, “Download and Install R”, and click on the appropriate platform for your system (i.e., Mac, Windows, or Linux). You will be given the choice of downloading from a list of mirror sites. The download may be faster if you choose one that is near to you.The rest of the steps are specific to the platform that you are using.

Then, to install RStudio go to https://rstudio.com/products/rstudio/ and dowload RStudio Desktop, the free version.

Also download the following packages:

  • install.packages(lmerTest)
  • install.packages(lme4)
  • install.packages(lattice)
  • install.packages(reshape2)
  • install.packages(ggplot2)
  • install.packages(piecewiseSEM)
  • install.packages(phia)
  • install.packages(robustlmm)
  • install.packages(emmeans)

DESCRIPTION

This workshop is aimed at people who are (fairly) new to mixed modelling and as such, it doesn’t cover all the nuances of mixed models, but hopefully serves as a starting point when it comes to both the concepts and the code syntax in R.
  • what is mixed modelling?
  • fixed and random effects
  • creating a model
  • testing for model assumptions (and dealing with violation)
  • model selection
  • model output
  • results
  • (plotting and interpreting interactions - if there is time

 

Knowledge of basic statistics (e.g. distributions, variable types, statistical tests, model assumptions etc.) and basic R (loading and manipulating data, packages, using documentation) will be assumed for this workshop, however the training is open to all levels.

 

 

 

For more information, please contact events organiser Elvis Coimbra-Gomes (ling-events@qmul.ac.uk).

Back to top