This follow-up course deals with the following topics:
Previous experience with R is required.
| Time | Topic |
|---|---|
| Tuesday | |
| 09.00-12.00 | Repetition (A) |
| Break | |
| 13.00-15.30 | Statistical Inference (B) |
| Wednesday | |
| 09.00-12.00 | Linear Models (C) |
| Break | |
| 13.00-15.30 | Generalized Linear Models (D) |
| Thursday | |
| 09.00-12.00 | Data Validation and Editing (E) |
| Break | |
| 13.00-15.30 | Imputation (F) |
| Friday | |
| 09.00-12.00 | Evaluation, agreement on summary mission report |
Dear all,
The below steps guide you through installing both R as well as the necessary additions.
We look forward to see you all in Banja Luka,
Anne and Jolien
Bring a laptop computer to the course and make sure that you have full write access and administrator rights to the machine. We will explore programming and compiling in this course. This means that you need full access to your machine. Some corporate laptops come with limited access for their users, we therefore advice you to bring a personal laptop computer, if you have one.
RR can be obtained here. We won’t use R directly in the course, but rather call R through RStudio. Therefore it needs to be installed.
RStudio DesktopRstudio is an Integrated Development Environment (IDE). It can be obtained as stand-alone software here. The free and open source RStudio Desktop version is sufficient.
Execute the following lines of code in the console window:
install.packages(c("tidyverse", "micemd", "jomo", "pan",
"lme4", "knitr", "rmarkdown", "plotly",
"devtools", "boot", "class", "car", "MASS",
"ISLR", "DAAG", "mice", "mitml", "miceadds",
"Ecdat", "Ecfun", "MEMSS", "VIM", "simputation",
"naniar","visdat", "UpSetR", "DAAG", "magrittr",
"haven", "Matrix", "lattice", "data.table", "grid",
"colorspace", "stringi", "stringdist", "editrules",
"deducorrect", "rex"),
dependencies = TRUE)If you are not sure where to execute code, use the following figure to identify the console:
Just copy and paste the installation command and press the return key. When asked
type Yes in the console and press the return key.
We adapt the course as we go. To ensure that you work with the latest iteration of the course materials, we advice all course participants to access the materials online.
Part A: Repetition
Part B: Statistical Inference
All lectures are in html format. Practicals are walkthrough files that guide you through the exercises. Impractical files contain the exercises, without walkthrough, explanations and solutions.
R community:
We adapt the course as we go. To ensure that you work with the latest iteration of the course materials, we advice all course participants to access the materials online.
Part C: R Linear Models
Part D: Generalized Linear Models
All lectures are in html format. Practicals are are provided both as naked questions but also with ample explanations and solutions - choose according to your taste!
We adapt the course as we go. To ensure that you work with the latest iteration of the course materials, we advice all course participants to access the materials online.
Part E: Data Validation and Editing
Part F: Imputation
All lectures are in html format. Practicals are walkthrough files that guide you through the exercises. Impractical files contain the exercises, without walkthrough, explanations and solutions.
mice package.mice package.The following references are currently available for free, either as pdfs or as extensive webpages (written with RMarkdown and bookdown). They are all very useful and we highly recommend them.
glms in R.