-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
528 lines (463 loc) · 14.1 KB
/
index.html
File metadata and controls
528 lines (463 loc) · 14.1 KB
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A port of the Grayscale theme to Hugo">
<meta name="author" content="CEMA">
<title>FstaR</title>
<link rel="icon" href="/favicon.ico">
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="generator" content="Hugo 0.85.0" />
<meta property="og:title" content="FstaR" />
<meta property="og:description" content="Fundamentals of Statistics using R" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cema-uonbi.github.io/FstaR1" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="F_staR"/>
<meta name="twitter:description" content="Fundamentals of Statistics using R"/>
<meta name="twitter:site" content="@cema_africa"/>
<link href="https://cema-uonbi.github.io/MMIDD/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cema-uonbi.github.io/MMIDD/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'>
<link href="https://cema-uonbi.github.io/MMIDD/css/grayscale.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<img src="img/cema_logo_final.png" alt="Logo">
<div class="container">
<a class="navbar-brand js-scroll-trigger improve-contrast-box" href="#page-top">Fundamentals of Statistics using R</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu<i class="fa fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger improve-contrast-box" href="#sec-ind-1">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger improve-contrast-box" href="#sec-ind-2">Timetable</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger improve-contrast-box" href="#sec-ind-3">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger improve-contrast-box" href="#sec-ind-4">Contact us</a>
</ul>
</div>
</div>
</nav>
<header><div id="intro-body">
<div class="container"><div class="row"><div class="col-lg-8 mx-auto"><div class="improve-contrast-box">
<h1 id="mathematical-modelling-of-infectious-disease-dynamics-mmidd">Fundamentals of Statistics using R</h1>
<p>A four-week introductory course on fundamentals of statistics using R. The course is being offered to postgraduate students in African universities. It will cover data wrangling and analysis using R. The course is offered as a collaboration between the Center for Epidemiological Modelling and Analysis at the University of Nairobi, Pwani University and Jomo Kenyatta University of Agriculture and Technology.</p>
</div>
<a href="#sec-ind-1" class="btn btn-circle js-scroll-trigger" aria-label="Scroll to Next Section"><i class="fa fa-angle-double-down animated"></i></a></div></div></div>
</div></header>
<section id="sec-ind-1" class="section-1 content-section text-center">
<div class="container"><div class="row"><div class="col-lg-8 mx-auto">
<h2 id="about-mmidd">About Fundamentals of Statistics using R (FstaR)</h2>
<p> Data analysis is an essential skill to enabling students and researchers to answer key questions in their studies through testing their hypothesis. </p>
<p>The four-week short course aims to build the skills in data wranling and analysis for postgraduate students in Africa. The programme combines lectures and discussions with a series of in-depth practical sessions that help to facilitate understanding of the underlying theory by putting these approaches into practice. The course will use the open-source programming language of R. Due to the ongoing Covid-19 pandemic, this course will be delivered in a virtual format, with self paced learning and online sessions.</p>
<p>Support for this program is provided by Cambridge Africa Alborada Research Fund.</p>
</div></div></div>
</section>
<section id="sec-ind-2" class="section-2 content-section text-center">
<div class="container"><div class="row"><div class="col-lg-8 mx-auto"><div class="improve-contrast-box">
<h2 id="timetable">Timetable</h2>
<ul>
<li><a href="https://www.nature.com/articles/s41597-020-0559-7">Introduction to R course</a></li>
<li> </li>
<li>Morning session: 7:30am - 9.00am</li>
<li> </li>
<li>Afternoon session: 4:00 pm - 5:00 pm</li>
</ul>
<br>
<h2>Week 1</h2>
<ul>
<li>31/10/2022: Introduction to R and RStudio</li>
<li>01/11/2022: Good R programming skills</li>
<li>02/11/2022: Asking coding questions better</li>
<li>03/11/2022: Writing clean and reliable R scripts</li>
<li>04/11/2022: Importing data from different format</li>
</ul>
<br>
<h2>Week 2</h2>
<ul>
<li>07/11/2022: Introduction to tidyverse packages</li>
<li>08/11/2022: Cleaning data using tidyverse (renaming columns, recoding variables)</li>
<li>09/11/2022: Joining datasets, dealing with dates in R </li>
<li>10/11/2022: Reproducible research: Use of RMarkdown</li>
<li>11/11/2022: Brief introduction to GitHub</li>
</ul>
<br>
<h2>Week 3</h2>
<ul>
<li>14/11/2022: Recap of week 1 and 2 using a dataset</li>
<li>15/11/2022: Introducting to data visualization using ggplot2 package</li>
<li>16/11/2022: Plotting bar graphs </li>
<li>17/11/2022: Plotting histograms and saving graphics</li>
<li>18/11/2022: Plotting line graphs and customizing graphics (color, size, font text, font color etc.)</li>
</ul>
<br>
<h2>Week 4</h2>
<ul>
<li>21/11/2022- 25/11/2022: <a href="https://www.dropbox.com/s/oxwbhjbkvwh8277/fstar_project_2022.pdf?dl=0">Project work in groups</a></li>
</ul>
<br>
</div>
</div></div></div>
</section>
<section id="sec-ind-3" class="section-3 content-section text-center">
<div class="container"><div class="row"><div class="col-lg-8 mx-auto">
<h2 id="resources">Instructors </h2>
<table>
<tr>
<th style="width:35%"><img src="img/rose.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:35%"><img src="img/mwai1.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:35%"><img src="img/henry1.jpg" alt="Logo"></th>
</tr>
<tr>
<td>Rose Kigathi</td>
<td> </td>
<td>Ken Mwai</td>
<td> </td>
<td>Henry Athiany</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/thumbi.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/tabs.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/mutono.jpg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Thumbi Mwangi</td>
<td> </td>
<td>Tabitha Mwangi</td>
<td> </td>
<td>Mutono Nyamai</td>
</tr>
<th>
</th>
</table>
<h2 id="resources">Mentors </h2>
<table>
<tr>
<th style="width:33%"><img src="img/eva_akurut.jpg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/kahariri.jpg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/abel.png" alt="Logo"></th>
</tr>
<tr>
<td>Eva Akurut</td>
<td> </td>
<td>Samuel Kahariri</td>
<td> </td>
<td>Abel Walekhwa</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/Brenda_kamau.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/evans_mudibo.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/anita.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Brenda Kamau</td>
<td> </td>
<td>Evans Mudibo</td>
<td> </td>
<td>Anita Makori</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/brenda2.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/hannah.png" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/mulugeta.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Brenda Muthoni</td>
<td> </td>
<td>Hannah Kimingi</td>
<td> </td>
<td>Mulugeta Geremew</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/mitchel.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/njoki.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/rodney.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Mitchel Odero</td>
<td> </td>
<td>Njoki Kimani</td>
<td> </td>
<td>Rodney Omukuti</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/wakhungu.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/Ngetich.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/mumbua.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Hillary Wakhungu</td>
<td> </td>
<td>Wyckliff Ngetich</td>
<td> </td>
<td>Mumbua Mutunga</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/aishat.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/stephen.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/patrick.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Aishat Olaosebikan</td>
<td> </td>
<td>Stephen Akar</td>
<td> </td>
<td>Patrick Mwaura</td>
</tr>
</table>
<table>
<tr>
<th style="width:33%"><img src="img/jane.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/eunice.jpeg" alt="Logo"></th>
<th>
</th>
<th style="width:33%"><img src="img/pauline.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Jane Njeri</td>
<td> </td>
<td>Eunice Njuguna</td>
<td> </td>
<td>Pauline Kingori</td>
</tr>
</table>
<table>
<th style="width:33%"><img src="img/oscar.jpeg" alt="Logo"></th>
<th>
</th>
</tr>
<tr>
<td>Oscar Mwaura</td>
</tr>
</table>
</section>
<section id="sec-ind-4" class="section-3 content-section text-center">
<div class="container"><div class="row"><div class="col-lg-8 mx-auto">
<h2 id="contact-us">Contact us</h2>
<li class="list-inline-item">
<ul>Intro</ul>
</li>
<p>You can contact us through our social media handles and our email, <a href="mailto:fellowships@cema.africa">fellowships@cema.africa</a></p>
<p>You can tweet using this hashtag: #FstaRKenya</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/cema_Africa" class="btn btn-default btn-lg">
<i class="fa fa-twitter fa-fw"></i>
<span class="network-name">CEMA Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/CambridgeAfrica" class="btn btn-default btn-lg">
<i class="fa fa-twitter fa-fw"></i>
<span class="network-name">Cambridge Africa Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://cema-africa.uonbi.ac.ke" class="btn btn-default btn-lg">
<i class="fa fa-globe fa-fw"></i>
<span class="network-name">CEMA website</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.cambridge-africa.cam.ac.uk/" class="btn btn-default btn-lg">
<i class="fa fa-globe fa-fw"></i>
<span class="network-name">Cambridge Africa Website</span>
</a>
</li>
</ul>
<h2 id="rsupport">Collaborating institutions</h2>
<table>
<th><img src="img/jkuat_logo.png" alt="Logo"></th>
<th>
</th>
<th>
<img src="img/pwani_uni.jpg" alt="Logo">
</th>
<th>
</th>
<th><img src="img/cema_logo_final.png" alt="Logo"></th>
</table>
<h2 id="rsupport">Funding</h2>
<th><img src="img/Cambridge-Africa logo.png" alt="Logo"></th>
<table>
</table>
</div></div></div>
</section>
<footer>
<div class="container text-center">
<p>Copyright © CEMA-Africa </p>
</div>
</footer>
<script src="https://cema-uonbi.github.io/FstaR1/vendor/jquery/jquery.min.js"></script>
<script src="https://cema-uonbi.github.io/FstaR1/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://cema-uonbi.github.io/FstaR1/vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="https://cema-uonbi.github.io/FstaR1/js/grayscale.min.js"></script>
</body>
</html>