-
Notifications
You must be signed in to change notification settings - Fork 1
R packages
Manish Motwani edited this page Apr 20, 2019
·
1 revision
Install latest version of R from https://www.r-project.org/. We use R version 3.4.4. Following is the list of packages used by the R scripts to run the statistical tests and to generate the plots. Each of these packages can be installed using the following instructions:
- Invoke interactive R by typing
R
on terminal - Run the command:
install.packages("<package-name>")
R packages
- dplyr
- effsize
- ggplot2
- ggpubr
- Hmisc
- plyr
- scales