Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Last active August 26, 2021 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pakillo/14a6a9d728feac6d90029509cd487287 to your computer and use it in GitHub Desktop.
Save Pakillo/14a6a9d728feac6d90029509cd487287 to your computer and use it in GitHub Desktop.
GLM course: packages to install
# 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