Learn to Program in R

R Crash Course
Colin T. Kremer

Last updated: Sept 26, 2016

I’ve put together my own introduction to R, focusing on simple, but essential programming concepts that will give you the most bang for your buck as a new R user.

You can access these resources on github at: https://github.com/ctkremer/R_CrashCourse

There you will find .pdf, html, and R Markdown versions of this document, and related resources.

 

Table of Contents:

Introduction
Getting started in R
Arithmetic in R
Assignment of variables (using <-, ->, and =)
Logical statements (==, !=, >, <, >=, <=, |, &)
Data manipulation
Data structures
Functions
Decision and Control statements
Data manipulation (Advanced):
Data review/Descriptive statistics:
Plotting data
R packages

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s