Helpful materials and links for PLS 120
No textbook is required for this course. All necessary materials are provided through course content and online resources.
All necessary packages are already installed in the Binder environment. No setup required!
# Install essential packages for local R installation
install.packages(c("ggplot2", "dplyr", "tidyr", "readr",
"knitr", "rmarkdown"))
| Package | Purpose | Key Functions |
|---|---|---|
| ggplot2 | Data visualization | ggplot(), geom_point(), geom_histogram() |
| dplyr | Data manipulation | filter(), select(), mutate(), summarize() |
| tidyverse | Collection of data science packages | Includes ggplot2, dplyr, tidyr, readr |
| knitr | Dynamic report generation | kable(), opts_chunk() |
Teaching Assistant
mnarimani@ucdavis.edu
Office Hours: Thursdays 10 AM - 12 PM
?function_name or help(function_name)