R and R Studio
On this page you fill find helpful resources for navigating through R and R Studio and using it for data analysis.
Installing R and R Studio
A helpful tutorial for getting started with R and RStudio.
An installation guide for R and RStudio on Windows.
An installation guide for R and RStudio on (Mac) OSX.
Data Analysis
Additional Resources
Stack Overflow - This is a great website for troubleshooting problems in R. Users submit problems and others provide examples for how to fix the issue.
Tidyverse Intro Page - Tidyverse is a collection of packages that are commonly used for data analysis in R. This page introduces some of the packages and explains what each package can do.
GGPlot Intro Page - ggplot is a commonly used R package for data visualization. This website explains many of the basic and more complex functions that can be done using ggplot.