/ISSR_Data_Management_in_R_2016

Materials for ISSR Summer Methodology Workshops (2016): Data Managment in R

Primary LanguageR

ISSR Data Management in R 2016

Overview

This Git repo contains all materials necessary for this ISSR Data Management in R Workshop. You can email me at mdenny@psu.edu or matthewjdenny@gmail.com with any questions. There are lots of materials available on my website at: http://www.mjdenny.com/teaching.html. To download the materials you see here, you will want to start by downloading a GUI client for Git.

You will then want to clone this repo onto your computer using either the

https://github.com/matthewjdenny/ISSR_Data_Management_in_R_2016.git

link and your client or by clicking the "Clone in Desktop" button on the right hand side of the page. If you want to directly edit the files posted here and track your changes, you can copy individual files into another directory and create your own repo with the files in it. We will go over using Github on the first morning of the workshop, so there is no need to spend too much time trying to figure Github out.

Schedule

This is a draft outline of the workshop schedule, it will likely change over the course of the workshop depending on how fast we end up going.

Before the workshop

Please download R and RStudio before the workshop, and if you have never used R before, you may want to look through some of the introductory examples listed below

Monday

  1. 9:00-10:00 We will go over high level materials including downloading and installing R, setting up RStudio and Github, and good project management habits. Follow-up materials: [R Power User Tutorial]
  2. 10:00-10:10 Break
  3. 10:10-12:00 Introduction to R programming. [Script Here]
  4. 12:00-1:00 Lunch
  5. 1:00-3:00 More R programming -- functions, conditionals and lots of looping. [Script Here], [Additional Materials Here]
  6. Overview of materials for today: [R Tutorial]

Tuesday

  1. 9:00-11:00 Managing multiple datasets. [Script]
  2. 11:00-11:10 Break.
  3. 11:10-12:00 Mini unit: producing publication quality plots and graphics.
  4. 12:00-1:00 Lunch
  5. 1:00-2:00 Mini unit: social network data management [Script], [Online Tutorial]
  6. 2:00-3:00 Advanced topics and Q & A.

Resources

  • A nice place to start learning R interactively is Swirl.
  • Quick-R has a bunch of easy to read tutorials for doing all sorts of basic things -- http://www.statmethods.net/.
  • Hadley Wickham wrote a book that covers a bunch of advanced functionality in R, titled Advanced R -- which is available online for free here -- http://adv-r.had.co.nz/.