C Exercise Answers
Download all exercises and data files below as a ZIP archive. The answers are not included in the zip file.
- 01 intro (answers): Intro to R, functions, R markdown
- 02 data (answers): Vectors, tabular data, data import, pipes
- Essential Skills (answers): You must be able to complete these exercises to advance in the class beyond the first two lectures
- 03 ggplot (answers): Data visualisation
- 04 tidyr (answers): Tidy Data
- 05 dplyr (answers): Data wrangling
- 06 joins (answers): Data relations
- 07 functions (answers): Functions and iteration
- 08 simulation (answers): Simulation
- 09 glm (answers): GLM