Find us on GitHub

Intro to R - School of Global Policy and Strategy

Jan 8- Jan 22, 2017

Monday:6:30 pm -9:30 pm

Instructors: Reid Otsuji

Helpers: Kay Mengjia Lyu, Katherine Wang

General Information

This is the website for the School of Global Policy and Strategy skills course in the R programming language. This course will introduce you the R programming language and how to use R to work with data from GapMinder. In order to earn a certificate of proficiency, you must attend all of the class meetings for the course, do the short coding assignments, and pass the short, in-class quiz at the end of the course. Courses begin on Monday, January 8th. This is the first day of instruction, winter quarter.

Who: The course is aimed at GPS graduate students. You don't need to have any previous knowledge of programming or the tools presented in the course to attend.

Where: GPS - Robinson Auditorium, 9500 Gilman Drive, #0519, La Jolla, CA. Get directions with OpenStreetMap or Google Maps.

Requirements: Participants must bring a laptop with a few specific software packages installed (listed below).

Contact: Please mail rotsuji@ucsd.edu for more information.

Assessment: A certificate of proficiency will be given to the student who:

  • 20% Attends and participates in classes
  • 40% Passes all in-course quizzes
  • 40% Satisfactorily completes the weekly homework assignments

Need help?:

Data: We will be using the 5 year gapminder data. You can go ahead and set up a RStudio project and download the data following these instructions. The CSV can be downloaded from here.

Lecture notes & command histories:

Day 1 - Jan. 8, 2018

  • Notes: Intro to R & RStudio, Project Management, and Seeking Help , Commands:R Script

  • Notes: Data Types , Commands: R Script
  • Exploring Data Frames

Credits: The course materials are adpated from the Software Carpentry lessons. Many thanks to the authors of those lessons.


Schedule

Date Class Topics
Jan. 9 Lecture Intro to R & RStudio - Project Mgmt - Data structures - RScript
  Quiz & Assignment Quiz 1 – Assignment 1 - posted in TritonEd
Jan. 18 Lecture Data frames - Plotting with GGPLOT2 - RScript
  Quiz & Assignment Quiz 2 - Assignment 2 - - posted in TritonEd
Jan. 23 Functions, data preparation & cleaning Subsetting, Vectorization, creating functions, dplyr & tidyr - RScript-functions, RScript-Subsetting, RScript - dplyr & tidyr
  Quiz & Assignment Quiz 3 - Assignment 3 - - posted in TritonEd

Etherpad: http://pad.software-carpentry.org/2018-gps-r.
We will use this Etherpad for chatting, taking notes, and sharing URLs and bits of code.


Syllabus

Programming in R

  • Working with vectors and data frames
  • Reading and plotting data
  • Creating and using functions
  • Loops and conditionals
  • Using R from the command line
  • Reference...

Setup

To participate in this course, you will need access to the software described below. In addition, you will need an up-to-date web browser.

R

R is a programming language that is especially powerful for data exploration, visualization, and statistical analysis. To interact with R, we use RStudio.

Windows

Video Tutorial

Install R by downloading and running this .exe file from CRAN. Also, please install the RStudio IDE. Note that if you have separate user and admin accounts, you should run the installers as administrator (right-click on .exe file and select "Run as administrator" instead of double-clicking). Otherwise problems may occur later, for example when installing R packages.

Mac OS X

Video Tutorial

Install R by downloading and running this .pkg file from CRAN. Also, please install the RStudio IDE.

Linux

You can download the binary files for your distribution from CRAN. Or you can use your package manager (e.g. for Debian/Ubuntu run sudo apt-get install r-base and for Fedora run sudo yum install R). Also, please install the RStudio IDE.