Please install R and RStudio as described here: https://asta.math.aau.dk/software/R-installation. For Windows users: Please install in c:\programs\
as described in the guide.
Be sure that R
is at least version 3.5.0. And please install the tidyverse
(meta-)package by the R
command install.packages("tidyverse")
.
To recap basic statistics, please review the following material (feel free to jump in the material):
In general, there are many good videos at "Statistics and probability" at Khan Academy and at DataCamp.
Please review the ressources given above to be sure that you are not missing anything.
Please familiarise yourself with the following material:
Make the exercises in day-00-R_intro_exercises.R
. Open the file in RStudio and try to compile it. Remember to save it somewhere you can find again.