Skip to content

Latest commit

 

History

History
89 lines (63 loc) · 3.13 KB

README.md

File metadata and controls

89 lines (63 loc) · 3.13 KB

Introduction to R for data analysis

The R computing environment has become one of the most important tools in quantitative research, from computational biology to financial modeling. This short workshop will expose participants to the basic elements of R through a hands-on analysis of the Divvy bike trip data. No previous programming experience is required. The aim is to provide participants with the basic tools to analyze data in R or RStudio, either on the RCC cluster, or on their own computer. Specific skills participants will learn include:

  1. Importing data from CSV files;

  2. Summarizing and processing data in data frames;

  3. Installing and using R packages; and

  4. Plotting data using ggplot2.

This is an introductory level workshop, for users with little or no experience in the topic.

Prerequisites

All participants are expected to have a laptop or desktop computer with a Mac, Linux, or Windows operating system that they have administrative privileges on. An RCC account is not required.

What's included

Here is an overview of some of the files included in this git repository (the "workshop packet"):

Other information

Credits

These materials were developed by Peter Carbonetto at the University of Chicago. Thank you to Matthew Stephens for his support and guidance.