- Description: Exercises and Data for course Systems Engineering and Six Sigma for the Design and Operation of Reliable Systems
- Author: Dr. Timothy Fraser
- Cornell University, SYSEN 5300 Fall 2023
Course repository for learning R for our SYSEN 5300 course in Cornell's Department of Systems Engineering!
Our course relies on these main R packages. Running into questions? Check out the package documentation, which often have many helpful examples. Or, for a quick check, use the cheatsheet provided!
Package | Purpose | Cheatsheet | Documentation |
---|---|---|---|
rstudio | rstudio interface | Cheatsheet | Cheatsheet |
dplyr | data wrangling | Cheatsheet | Documentation |
ggplot2 | data viz | Cheatsheet | Documentation |
viridis | color palettes | - | Documentation |
broom | tidying models | Cheatsheet | Documentation |