Read carefully these Guidelines - paying specific attention to the minimum standards and the way each data analysis case is set up.
Exercise
Download and install both R and RStudio to your work laptop. (these are two different installations.)
Content: 1. RStudio interface 1. Assigning variables 1. Data types: numerics, strings, factors 1. Data structures: scalar, vector, matrix, data frame, list 1. Subsetting
Exercise
Completing the datacamp course was your exercise. Yay !
Exercise
Follow the expercise in 1.) Use R to load your own dataset, check the dimensions of the table, and save as a csv file under a different name.
dplyr and magrittR are two commonly used R packages. All of R has packages as building blocks: simple tools that solve one particular problem. Later in this intro you will learn about the packages developed within IMPACT.
Exercise
Install the “ggplot2” package. Inspect it’s vignettes. Look at the help page for ggplot2’s “qplot” function.
The prerequesite test will rely on the guidelines, as well as chapters 2, 3 and 5. To ensure a smooth training, passing it is required to participate.