An introduction to R and R Studio geared towards undergrads, beginning grad students and other that are new to R.


  • Level:

    Beginner

  • Duration: 1 hours 55 minutes

Prerequisites

  • None

Learning Objectives

  • Learn the basics of R programming

  • Become familiar with R Studio

  • Be able to perform some basic analyses

  • Create some visualizations

  • Know how to get help and learn more

Outcomes

  • Comfort working with R on the command line

  • Example scripts to refer to

Units

  1. A Tour of R Studio
  2. The Console and R Studio
  3. Data Types and Structures
  4. First Analysis (T Test)
  5. First Visualization
  6. Importing and Exporting Data
  7. R Packages
  8. A Visualization with GGPlot2
  9. Functions