Last active
August 26, 2021 15:22
-
-
Save Pakillo/14a6a9d728feac6d90029509cd487287 to your computer and use it in GitHub Desktop.
GLM course: packages to install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install R latest version: https://cloud.r-project.org/ | |
# Install RStudio latest version: https://www.rstudio.com/products/rstudio/download/#download | |
# Install R packages below: | |
install.packages(c( | |
"rmarkdown", | |
"knitr", | |
"dplyr", | |
"effects", | |
"modelbased", | |
"performance", | |
"xtable", | |
"modelsummary", | |
"visreg", | |
"ggplot2", | |
"sjPlot", | |
"parameters", | |
"see", | |
"DHARMa", | |
"readr", | |
"broom", | |
"equatiomatic", | |
"report", | |
"gtsummary", | |
"lme4", | |
"broom.mixed", | |
"mgcv", | |
"pmsampsize", | |
"brms", | |
"mvabund" | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment