1 Introduction to PART I
In this first part, we present some fundamental material of statistics and data analysis, and R-specific issues that we regularly encounter during data analyses. This is also a commented collection of R-code that we documented for our own work. We hope this might be useful also for other readers.
1.1 Further reading
- An Introduction to R is an introduction and manual for basic R usage.
- R for Data Science: Introduces the tidyverse framework, explains how to get data into R, get it into the most useful structure, transform it, visualise it and model it.