Package Index
Meta
The following is a list of packages used during the semester along with links to additional resources. This list does not include dependencies that may be installed for these packages to work. Unless otherwise noted, packages are available via CRAN and can be installed using base::install.packages("packageName")
.
Icon reference
- - Topic index
- - CRAN site
- - GitHub repo
- - Website
- - RStudio Cheatsheet
- - Book
Base R
Packages
base
- base functionsdatasets
- Teaching data that comes withbase R
stats
- statistical functionsutils
- utility functions
Data Packages
Tidyverse Packages
Core Tidyverse Packages
Use install.packages("tidyverse")
to install these for convenience!
broom
- creation of tidy outputdplyr
- data wranglingforcats
- factorsggplot2
- data plottingmagrittr
- pipe operatortidyr
- data wrangling
Additional Tidyverse Packages
These must be installed independently!
Statistical Packages
car
- variety of statistical functionseffsize
- effect size calculationsHmisc
- variety of statistical functions, including correlationslmtest
- assumption and fit tests for OLS modelsmoments
- normality testingnaniar
- missing data analysisnortest
- normality testingpsych
- Cronbach’s alphapwr
- power analysis calculationsskimr
- descriptive statistics
Data Output Packages
ggridges
- ridge plotsggstatsplot
- statistical plotsggthemes
- plot themesheplots
- diagnostic plotsjanitor
- data wrangling and tablesknitr
- dynamic documents inR
RMarkdown
- markdown syntax forR