-
Notifications
You must be signed in to change notification settings - Fork 6
/
syllabus.Rmd
34 lines (20 loc) · 1.32 KB
/
syllabus.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: 'Virtual syllabus'
output:
html_document:
toc: false
---
\
We estimate that this course will take approximately three days to cover the core material contained in Chapters 1 - 4 and Chapter 6 of our [Introduction to R book](https://intro2r.com/), but this will naturally vary between individuals. Of course, how you choose to cover the material in these Chapters is up to you. If you plan on ring fencing a block of time to complete the whole course then we suggest the timetable below. However, this may not be an option (or optimal) for everyone, in which case we suggest that you try to complete the material for each Chapter in a single session (perhaps in either a morning or an afternoon).
\
#### Day 1
- Morning: Getting to know R and RStudio ([Chapter 1](https://intro2r.com/chap1.html))
- Afternoon: Basic R operations ([Chapter 2](https://intro2r.com/basics-r.html))
\
#### Day 2
- Morning: Importing and manipulating dataframes ([Chapter 3](https://intro2r.com/data-r.html))
- Afternoon: Plotting data in R using base and lattice graphics ([Chapter 4](https://intro2r.com/graphics-base-r.html))
\
#### Day 3
- Morning: Simple statistics in R ([Chapter 6](https://intro2r.com/stats-r.html))
- Afternoon: Optional - Basic programming in R ([Chapter 7](https://intro2r.com/prog-r.html))