knitr::opts_chunk$set(echo = FALSE) # Learn more about creating websites with Distill at: # https://rstudio.github.io/distill/website.html
This workshop is an introductory workshop in Linear Mixed Models in R.
It will cover some basic information on how to identify if a data-set is ill-suited for standard linear models, and mixed models are better.
After this it covers how to specify linear mixed models, inspect the model output, and create tables and figures based on the model results.
The dragons
data set used in this workshop is shamelessly stolen from Gabriela Hajduk's introduction to LME's.
Her excellent tutorial is highly recommend, which I also have somewhat adapted my own workshop.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.