knitr::opts_chunk$set(echo = TRUE)
This workshop is a combination of presentation and live coding. If you are attending it as a webinar, having a dual monitor set-up is recommended. This would enable you to follow the live coding, by also typing in the commands and experience the effects your self. Programming is a skill where you learn best by doing.
Make sure to have R installed on your computer. It is recommended that you have a newer version of R installed, preferably higher than 4.0.0, but at minimum higher than 3.5.3. Download R from the R-project
The tidyverse packages require rtools to be installed. Make sure to have the required version installed before proceeding.
The best experience with the workshop is to have an RStudio newer than 1.3. It is not necessary, but highly recommended.
The course will use four packages, so please have these installed prior to the course beginning.
install.packages(c("lme4", "tidyverse", "broom", "broom.mixed"))
If you are struggling to install the package, please create a ticket pasting the command and output you get so I can help you get it sorted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.