A Gentle Introduction to R
Learn the basics of R for free with Shawn Hemelstrand.
Welcome to this Course!
Installing R
Navigating R
Data Types and Objects
Functions and Libraries
Data Storage and Importing Data
Descriptives
Base R Plots
Inferential Tests
Simulation
Learning New Statistical Techniques
Introduction to dplyr and pipes
Selecting Variables
Arranging Data
Filtering Data
Mutating and Renaming Variables
Summarizing Data and Grouped Summaries
Pivoting Data (Wide and Long Format)
Joins
Basics of ggplot2
Geometric Objects (Geoms)
Common Arguments in Geoms
Using Aes()
Extras: Labels, Themes, and Scales
Combining dplyr and ggplot2
Arranging Plots with ggpubr
RMarkdown Setup
Knitting to HTML
Knitting to pdf or doc
LaTeX Basics
LaTeX Commands
Complex LaTeX Equations
Putting it All Together