-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
48 lines (35 loc) · 2.28 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "Welcome"
---
Welcome to "Introduction to R"!
This website contains all of the material for the [2024
Summer Institute in Modeling for Infectious Diseases (SISMID) Module
"Introduction to R"](https://sph.emory.edu/SISMID/modules/intro-to-r/index.html).
## Prerequisities {.unnumbered}
Familiary with basic statistical concepts on the level of an introductory
statistics class is assumed for our course
Before the course begins, you should install R and RStudio on your laptop.
**If you are using an older version of R, you should update it before the
course begins.** You will need at least R version 4.3.0 for this course, but
using the most recent version (4.4.1 at the time of writing) is always preferable.
* You can install R from the [CRAN website](https://cran.r-project.org/)
by clicking on the correct download link for your OS.
* You can install RStudio from the
[Posit website](https://posit.co/download/rstudio-desktop/).
## About the instructors {.unnumbered}
<div class="container">
<div class="box" style="--width: 50%">
<h3 style="margin-top:0px; text-align: center">Co-Instructor: [Dr. Amy Winter](https://publichealth.uga.edu/faculty-member/amy-k-winter/)</h3>
<img src="./images/amy.jpg" style="width: 100%"/>
Dr. Winter is an Assistant Professor of Epidemiology at the University of
Georgia. She has been coding in R for 10 years, and uses R day-to-day to conduct
her research addressing policy-relevant questions on the transmission and
control of infectious diseases in human populations, particularly VPDs. She
teaches a semester-long course titled Introduction to Coding in R for Public
Health to graduate students at the University of Georgia.
</div>
<div class="box" style="--width: 50%">
<h3 style="margin-top:0px; text-align: center">Co-Instructor: [Zane Billings](https://wzbillings.com/ )</h3>
<img src="./images/zane.jpg" style="width: 100%"/>
Zane Billings is a PhD student in Epidemiology and Biostatistics at the University of Georgia, working with Andreas Handel. He has been using R since 2017, and uses R for nearly all of his statistics and data science practice. Zane’s research focuses on the immune response to influenza vaccination, and uses machine learning and multilevel regression modeling (in R!) to improve our understanding of influenza immunology.
</div></div>