generated from Pakillo/quarto-course-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.qmd
36 lines (22 loc) · 1.2 KB
/
schedule.qmd
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: "Schedule"
---
## Prerequisites
To take this course you must have recent versions of R and RStudio installed.
See here for instructions on how to install R on your computer: https://itsleeds.github.io/rrsrr/introduction.html#installing-r-and-rstudio
Part 1: what R can do 1 hr
- Prerequisites: recap on what you need to use R for transport research (10 minutes)
- Demo of using R for transport research to show what's possible (20 minutes)
- Questions on how to use R for transport research (20 minutes)
- 10 minute break and time to set-up R
Part 2: shared practical session (30 minutes)
- Working all together on R basics: https://itsleeds.github.io/rrsrr/basics.html (15 minutes)
- Working all together on using RStudio: https://itsleeds.github.io/rrsrr/rstudio.html (10 minutes)
- Break and questions (5 minutes)
Part 3: breakout rooms (1 hr 20 minutes)
- Using packages: https://itsleeds.github.io/rrsrr/pkgs.html around half an hour
- Manipulating data: filtering and selecting data: https://itsleeds.github.io/rrsrr/data.html#tibbles around half an hour
- (Optional) spatial data: https://itsleeds.github.io/rrsrr/space.html
Part 4: debrief (10 minutes)
- Additional resources
- How to get help