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

Data Analysis

  • A guide on visualizing, cleaning, and working on your data in R

  • guide on performing basic statistics such as descriptives, t-tests, ANOVA, and regression in R


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.