forked from singmann/mixed_model_workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
email_instructions.txt
31 lines (24 loc) · 2.07 KB
/
email_instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Please bring your laptop and prepare it beforehand. This includes:
- Updating both R and RStudio,
- installing a few R packages,
- and making sure that xaringan presentations can be produced.
In the interest of spending the time of the tutorial on its content, it is important that you do this at least one or two days before the tutorial. I will not have the time to solve installation problems at the day of the tutorial. So please make sure you do this beforehand!
The latest version of R is 3.5.1 and can be downloaded from: https://cran.rstudio.com/
The latest version of RStudio is 1.1.453 and can be downloaded from: https://www.rstudio.com/products/rstudio/download/#download
Please note that both R and RStudio need to be updated independently and older versions of R/RStudio are likely to not work properly.
After updating both R and RStudio, please install the following R packages [e.g., via install.packages("package")]:
afex
MEMSS
psych
tidyverse
broom
xaringan
sjPlot
After installation of these packages, please ensure that you can produce ("knit") xaringan presentations. For this, start RStudio and create a new example presentation:
- In RStudio select from the menu File -> New File -> R Markdown -> From Template -> Ninja Presentation
- Save the newly created RMarkdown document somewhere (e.g., as "test.Rmd" on your Desktop)
- Click on "Knit" (above the code, below the menu). Note that clicking "Knit" for the first time might prompt the installation of additional packages.
If successful, clicking "Knit" should create and open the example presentation ("Presentation Ninja - with xaringan ...") as an html file (e.g., "test.html"). The file will likely be opened in an RStudio internal html viewer. Clicking "Open in Browser" will open the file in a browser.
All workshop materials are available from: https://github.com/singmann/mixed_model_workshop/releases
Download the corresponding zip or tar.gz archive ("Source code"). This archive contains all slides and code used at the workshop.
Please note that it is possible that I will update the materials until the workshop.