Quick Overview

Column 1

Outline

This follow-up course deals with the following topics:

  1. Statistical inference
  2. Linear models
  3. Generalised linear models
  4. Data validation and editing
  5. Imputation

Previous experience with R is required.

Column 2

Course schedule

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

How to prepare

Column 1

Preparing your machine for the course

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

System requirements

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.

1. Install R

R 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.

2. Install RStudio Desktop

Rstudio 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.

Tuesday

Column 1

Tuesday’s materials

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.

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.

Column 2

Useful references

Wednesday

Column 1

Wednesday’s materials

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.

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!

Column 2

Useful references

Thursday

Column 1

Thursday’s materials

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.

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.

Column 2

Useful references

Further studies

Column 1

What to do after the course

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.

  • R for Data Science: written by Hadley Wickham and Garrett Grolemund this book relies almost exclusively on the tidyverse approach to data analysis. Many highly effective tools will be right at your fingertips after reading this book and working through the many exercises.
  • Hands-On Programming with R: a great read by Garrett Grolemund emphasizing programming techniques with R.
  • Advanced R: You want to gain deeper knowledge of R and you want to learn from one of the most influential R contributors. This one is for you!
  • Introduction to Statistical Learning: an introductory book on statistical learning, with applications in R. The R code is somewhat old-style and you might be able to find newer packages for the tasks, but ths is a solid read well worth the effort.
  • Data Analysis and Graphics Using R: a detailed book that covers a lot about categorical data analysis and fitting glms in R.
  • Happy Git and GitHub for the useR: a great introduction to version control using Git and GitHub together with RStudio. Written by Jenny Bryan in a very concise style. Highly recommended!