-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary_load.R
More file actions
25 lines (22 loc) · 754 Bytes
/
library_load.R
File metadata and controls
25 lines (22 loc) · 754 Bytes
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
# The first time you open this R script (.R) document,
# RStudio should prompt you to install all below packages if they
# are not currently installed on your machine.
# To test if the packages installed correctly, do the following:
# 1. open the R markdown (.Rmd) file named "test.Rmd"
# 2. click Knit above and then click Knit to HTML.
# 3. if a knitted HTML document opens automatically, you're done!
# EACH TIME you open RStudio thereafter, do the following:
# 1. open this document again
# 2. press control+A to select all text
# 3. click Run to load all libraries
library(rmarkdown)
library(knitr)
library(epiR)
library(stats)
library(tidyverse)
library(readxl)
library(epitools)
library(exact2x2)
library(MESS)
library(pwr)
library(DescTools)