Director of Biostatistics and Data Core - ONR; Research Professor
View the Project on GitHub melindahiggins2000/Emory_RWorkshop_11Nov2022
Rollins COVID-19 Epidemiology Fellowship R Training
Workshop Instructor:
Table of Contents
OPTIONAL PREP
See packages listed on CRAN - click on “Packages”. All of the packages on CRAN can be installed inside RStudio by clicking on “Tools/Install Packages” top menu.
tidyverse
website on tidyverse
on CRAN- which includes:
ggplot2
website and on CRAN
dplyr
websitereadr
website and on CRAN
haven
website and on CRAN and more packages are includedpalmerpenguins
website and on CRAN
patchwork
website and on CRAN
Hmisc
website and on CRAN
psych
website and on CRAN
arsenal
website and on CRAN
readxl
website and on CRAN
foreign
on CRANggthemes
on CRANdata.table
website and on CRAN
sf
website and on CRAN
leaflet
website and on CRAN
ggthemr
on Github - this one is not yet on CRAN and is totally optional to install. For this you will need the devtools
package which is available on CRAN. Once you have devtools
installed, you can optionally install the ggthemr
package by typing the following command:devtools::install_github('Mikata-Project/ggthemr')
This workshop will cover (final list in development):
ggplot2
packagedplyr
packagedplyr
to join datasets November 11, 2022
09:00 - 16:00
Time | Activity |
---|---|
09:00 - 09:25 | Module 1 [Slides and R script] |
09:25 - 09:50 | Module 2 [Slides and R script] |
09:50 - 10:00 | BIO Break |
10:00 - 10:30 | Module 3 [Slides and R script] |
R Scripts w/Answers | |
10:30 - 11:00 | Module 4 [Slides and R script] |
R Scripts w/Answers | |
11:00 - 12:00 | Breakout Session 1 [working on exercises from above modules] |
12:00 - 13:00 | LUNCH BREAK |
13:00 - 13:25 | Module 5 Abalone Rmarkdown Report and Rmarkdown file |
Abalone RMarkdown w/Answers Rmarkdown file | |
13:25 - 13:50 | Module 6 Merging Datasets Exercise and Rmarkdown file |
data1.csv | |
data2.csv | |
data.table exercise R script
|
|
13:50 - 14:00 | BIO Break |
14:00 - 14:30 | Module 7 COVID Cases Report and Rmarkdown file |
14:30 - 15:00 | Module 8 Open Q&A |
15:00 - 16:00 | Breakout Session 2 [working on exercises from modules and more editing on COVID case report] |