Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.73 KB

Libraries.md

File metadata and controls

31 lines (29 loc) · 1.73 KB

Some recommended libraries

This is a list (incomplete most probably) of R libraries (packages) that we will be using to work and solve the examples. Can be installed like R packages.
The easiest way to install is in RStudio, go to the Packages screen (at the right down quadrant) and use the "Install" button.

Library site
tidyverse https://www.tidyverse.org/
devtools https://github.com/r-lib/devtools
rms https://hbiostat.org/R/rms/
Hmisc https://hbiostat.org/R/Hmisc/
car https://cran.r-project.org/web/packages/car/index.html
survival https://cran.r-project.org/web/packages/survival/survival.pdf
survminer https://rpkgs.datanovia.com/survminer/index.html
emmeans https://rvlenth.github.io/emmeans/
multcomp https://rdrr.io/rforge/multcomp/
effects https://cran.r-project.org/web/packages/effects/index.html
rstatix https://rpkgs.datanovia.com/rstatix/
WRS2 https://rdrr.io/cran/WRS2/
Tidymodels https://www.tidymodels.org/
scales https://scales.r-lib.org/
broom https://broom.tidymodels.org/
modetest https://www.rdocumentation.org/packages/multimode/versions/1.5/topics/modetest
ggstatsplot https://indrajeetpatil.github.io/ggstatsplot/index.html
gmodels https://cran.r-project.org/web/packages/gmodels/gmodels.pdf
mice https://www.rdocumentation.org/packages/mice/versions/3.13.0/topics/mice
UsingR https://cran.r-project.org/web/packages/UsingR/UsingR.pdf
rcompanion https://rcompanion.org/handbook/
HSAUR2 https://cran.r-project.org/web/packages/HSAUR/HSAUR.pdf
HSAUR3 https://cran.r-project.org/web/packages/HSAUR/HSAUR.pdf

F.A. Barrios