-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathintroductory-r-workshop.html
149 lines (138 loc) · 3.37 KB
/
introductory-r-workshop.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<style>
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.3em;
text-align: center;
}
h4 {
font-size: 1.1em;
}
.btn-margin {
margin-bottom: 10px;
margin-top: 10px;
}
table {
width: 80%;
align-self: center;
margin-left:10%;
margin-right:10%;
}
td {
border: 1px solid #e8e8e8;
padding: 0.5%;
}
th {
background-color: #2165b6;
text-align: center;
color: white;
padding: 1%;
}
.time{
text-align: center;
}
</style>
<title>Introduction to R</title>
</head>
<body>
<div class="col-md-10 col-md-offset-1">
<a class="btn btn-primary btn-margin" href="https://joburg2020.satrdays.org/">Back to main page</a>
<h1 align="center">Introduction to R</h1>
<p><b>When:</b> 4-5 March 2020</p>
<p><b>Where:</b> PwC Waterfall City, 4 Lisbon Lane, Jukskei View, Midrand, 2090</p>
<h3><b>Who should attend?</b></h3>
<p>The course is aimed at anybody (graduate students, staff and other researchers) who works with Excel who is interested in:</p>
<ul>
<li>transforming data</li>
<li>visualising data, and</li>
<li>automating analysis.</li>
</ul>
<div class="alert alert-info" role="alert">
No prior knowledge or computational experience in R is required to rock this workshop!
</div>
<h3><b>Requirements</b></h3>
<p>Participants must bring a laptop with a Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on.</p>
<h3><b>Schedule</b></h3>
<table>
<tr>
<th colspan="2">Wednesday, 4 March</th>
</tr>
<tr>
<td class="time">08:30 - 09:00</td>
<td>Connecting to Rstudio Cloud / Software Installations (Optional)</td>
</tr>
<tr>
<td class="time">09:00 - 10:00</td class="time">
<td>Data Organisation in Spreadsheets</td>
</tr>
<tr>
<td class="time">10:00 - 10:30</td class="time">
<td>Coffee/Tea Break</td>
</tr>
<tr>
<td class="time">10:30 - 12:00</td class="time">
<td>OpenRefine for Data Cleaning</td>
</tr>
<tr>
<td class="time">12:00 - 13:00</td class="time">
<td>Lunch Break</td>
</tr>
<tr>
<td class="time">13:00 - 14:30</td class="time">
<td>Introduction to R</td>
</tr>
<tr>
<td class="time">14:30 - 15:00</td class="time">
<td>Coffee/Tea Break</td>
</tr>
<tr>
<td class="time">15:00 - 16:30</td class="time">
<td>Introduction to R (continued)</td>
</tr>
<tr>
<th colspan="2">Thursday, 5 March</th>
</tr>
<tr>
<td class="time">08:30 - 10:00</td class="time">
<td>Data Analysis in R</td>
</tr>
<tr>
<td class="time">10:00 - 10:30</td class="time">
<td>Coffee/Tea Break</td>
</tr>
<tr>
<td class="time">10:30 - 12:00</td>
<td>Data Analysis in R (continued)</td>
</tr>
<tr>
<td class="time">12:00 - 13:00</td class="time">
<td>Lunch Break</td>
</tr>
<tr>
<td class="time">13:00 - 14:30</td class="time">
<td>Data Visualisation in R</td>
</tr>
<tr>
<td class="time">14:30 - 15:00</td class="time">
<td>Coffee/Tea Break</td>
</tr>
<tr>
<td class="time">15:00 - 16:30</td class="time">
<td>Data Visualisation in R (continued)</td>
</tr>
</table>
<div class="center">
<a class="btn btn-success register" href="https://qkt.io/LmCHPu" target="BLANK">Buy Workshop Pass</a>
</div>
<p>Please email <a href="mailto:[email protected]">Bianca</a> for more information.</p>
</div>
</body>
</html>