forked from therbootcamp/R4DS_2019Feb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
71 lines (57 loc) · 4.2 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: "R for Data Science"
subtitle: ""
author: "
<a href='https://therbootcamp.github.io'>
<i class='fas fa-home' style='font-size:1em;'></i>
</a>
<a href='https://therbootcamp.github.io/R4DS_2019Feb/'>
<i class='fas fa-clock' style='font-size:1em;' ></i>
</a>
<a href='mailto:[email protected]'>
<i class='fas fa-envelope' style='font-size: 1em;'></i>
</a>
<a href='https://www.linkedin.com/company/basel-r-bootcamp/'>
<i class='fab fa-linkedin' style='font-size: 1em;'></i>
</a>
<a href='https://therbootcamp.github.io'>
<font style='font-style:normal;font-size:20px;padding-left:5px'>Basel R Bootcamp</font>
</a>
<br>
<img src='https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/by-sa.png' style= 'height:16.7px;vertical-align:baseline'/><font style='font-style:normal;font-size:20px;padding-left:9.3px'>February 2019</font>
"
output:
html_document:
css: index.css
self_contained: no
---
<br>
### Links
##### [Wifi](https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/wifi_instruct.png)
##### [Data sets](https://raw.githubusercontent.com/therbootcamp/R4DS_2019Feb/master/1_Data/BaselRBootcamp_data.zip)
##### [PDFs](https://github.com/therbootcamp/R4DS_2019Feb/raw/master/_sessions/_pdf/R4DS_2019Feb_pdfs.zip)
<!--- <font style="font-size:12px">(made available later)</font>--->
<br>
### Materials
| | Day 1<br>Preparation| Day 2<br>Analysis|
|:--|:-------------|:-------------|
|0| Welcome!<br>[slides](_sessions/Welcome/Welcome.html) | Recap<br>[slides](_sessions/Recap/Recap.html)|
|1| Intro to R<br>[slides](_sessions/IntroToR/IntroToR.html), [source](_sessions/IntroToR/IntroToR_interactive.R) | Analysing <br>[slides](_sessions/Analysing/Analysing.html), [practical](_sessions/Analysing/Analysing_practical.html) |
|2| Data <br>[slides](_sessions/Data/Data.html), [practical](_sessions/Data/Data_practical.html)| Plotting<br>[slides](_sessions/Plotting/Plotting), [practical](_sessions/Plotting/Plotting_practical.html)|
|3| Wrangling<br>[slides](_sessions/Wrangling/Wrangling.html), [practical](_sessions/Wrangling/Wrangling_practical.html) |Case Studies<br>[Intro](_sessions/CaseStudies/CaseStudies.html)<br>[1: Clinical Trial](_sessions/CaseStudies/Clinical_Data_Case_Study.html)<br>[2: Finance ](_sessions/CaseStudies/Financial_Data_Case_Study.html)|
|| | Next Steps<br>[slides](_sessions/NextSteps/NextSteps.html) |
<br>
<!---
| | Day 1<br>Fundamentals| Day 2<br>Analysis| Day 3<br>Reporting|
|:--|:-------------|:-------------|:-------------|
|0| Welcome!<br>[slides](_sessions/Welcome/Welcome.html) | Recap I<br>[slides](_sessions/Recap/Recap.html)| Recap II<br>[slides](_sessions/RecapII/RecapII.html)|
|1| Intro to R<br>[slides](_sessions/IntroToR/IntroToR.html), [source](_sessions/IntroToR/IntroToR_interactive.R) | Statistics I <br>[slides](_sessions/StatisticsI/StatisticsI.html), [practical](_sessions/StatisticsI/StatisticsI_practical.html) | Plotting II <br>[slides](_sessions/PlottingII/PlottingII.html), [practical](_sessions/PlottingII/PlottingII.html) |
|2| Data <br>[slides](_sessions/Data/Data.html), [practical](_sessions/Data/Data_practical.html)| Statistics II<br>[slides](_sessions/StatisticsII/Statistics.html), [practical](_sessions/StatisticsII/Statistics_practical.html)| Reporting<br>[slides](_sessions/Reporting/Reporting.html), [practical](_sessions/Reporting/Reporting_practical.html)|
|3| Wrangling<br>[slides](_sessions/Wrangling/Wrangling.html), [practical](_sessions/Wrangling/Wrangling_practical.html) | Plotting I<br>[slides](_sessions/PlottingI/Plotting.html), [practical](_sessions/PlottingI/Plotting_practical.html) |Case Studies<br>[Intro](_sessions/CaseStudies/CaseStudies.html)<br>[1: Clinical Trial](_sessions/CaseStudies/Clinical_Data_Case_Study.html)<br>[2: Finance ](_sessions/CaseStudies/Financial_Data_Case_Study.html)|
|4| | | Next Steps<br> [slides](_sessions/NextSteps/NextSteps.html) |
<br>
--->
### Schedule
<p align="left"><br>
<img border="0" alt="Feb2019Schedule" src="https://therbootcamp.github.io/R4DS_2019Feb/_sessions/Welcome/image/schedule.png" style="width:410px">
</p>