Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.49 KB

ws-r-advanced-manipulation.md

File metadata and controls

32 lines (20 loc) · 2.49 KB
layout
page

Advanced Data Manipulation with R

Data analysis involves a large amount of janitor work - munging and cleaning data to facilitate downstream data analysis. This workshop is designed for those with a basic familiarity with R who want to learn tools and techniques for advanced data manipulation. It will cover data cleaning and "tidy data," and will introduce participants to R packages that enable data manipulation, analysis, and visualization using split-apply-combine strategies. Upon completing this lesson, participants will be able to use the dplyr package in R to effectively manipulate and conditionally compute summary statistics over subsets of a "big" dataset containing many observations.

Date: Feb 26, 2015
Time: 9:00am - 11:00am
Location: Health Sciences Library, Carter Classroom

Pre-requisites:

Registration: Click here.

Course material:

Click here

Before coming

You must bring a laptop with the necessary software installed to the course. Please install the software below prior to the course - we will not have time during the workshop to troubleshoot installation issues. Please email me (sd...@virginia.edu) if you have any trouble.

Software setup

{% include setup-r.md %}