Skip to content

Instantly share code, notes, and snippets.

@seananderson
Last active January 23, 2018 18:14
Show Gist options
  • Save seananderson/3882f9f1f556c1e574b2c1bebeb76398 to your computer and use it in GitHub Desktop.
Save seananderson/3882f9f1f556c1e574b2c1bebeb76398 to your computer and use it in GitHub Desktop.
# Because of our limited time, it is critical that you arrive
# with all of the necessary software and R packages installed.
# If you are having any issues with this, first see if there is
# a colleague who can help you. If you are stuck, please get in
# touch with me (Sean, sean "at" seananderson.ca) before the workshop.
# The following R code should walk you through it.
# You will need to have the latest version of R, version 3.4.0 or above.
# Check with:
sessionInfo()
# You can get the latest version at:
# https://cran.r-project.org/
# You will need to have the latest version of RStudio (1.1.383 or greater).
# You can check with RStudio -> About RStudio on Mac, Help -> About RStudio on Windows.
# You can get the latest version at:
# https://www.rstudio.com/products/rstudio/download/#download
# Install the following packages:
install.packages(c("tidyverse", "lme4", "nlme", "manipulate",
"glmmTMB", "rstanarm",
"gapminder", "aods3", "emdbook", "AER", "arm", "rmarkdown",
"sjPlot", "bbmle", "MuMIn"), dependencies = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment