Class Overview
Below are materials from several R programming instructional tutorials. The topics and links with instructional information and videos are listed on these pages. More content and instructional videos will be added frequently!
Class Github
Code and data associated with each course can be found on Github here: https://github.com/kelsey-huntzberry/DataAnalysisLab
Introduction to R
Class 1: Introduction to R, Installation, and Importing Data
- Installing Base R and RStudio
- R Interface & Essential Commands
- Importing .csv Files
- Installing & Loading R Packages
- Exporting .csv Files
Class 2: Data Types and Structures
- Data Types & Structures Overview
- Vectors
- Matrices
- Data Frames & Factor Variables
- Column & Row Binding
- List Basics
Class 3: Essential Data Operations
Class 4: Indexing
Class 5: Graphing in ggplot2
Intermediate R
Class 1: Data Manipulation with dplyr
- What is dplyr?
- Choosing variables with select
- Subsetting data with filter
- Sort with arrange
- Chaining multiple dplyr functions
- Creating new variables with mutate
- Grouped summaries with summarize
- Joining data frames
