Resources for learning R

I use R for statistical and visual analysis of data in behavior and physiology. Here is a collection of materials for those starting to work with R. If you have questions or problems you're interested in collaborating on, please get in touch (contact information available in my CV on the main page). Information is organized into recommended material, a collection of sample scripts, and materials from workshops I have organized (presentations, handouts, and scripts).

Workshops


R and Programming Skills Development (May 4-5, 2018), School of Life Sciences, Arizona State University
Open Source for Open Science 2017 (September 1-3, 2017), Ecology and Evolutionary Biology Program, Texas A&M University

Materials are hosted on the Texas A&M University EEB website


Open Source for Open Science: Evolution (November 7, 2014), Ecology and Evolutionary Biology Program, Texas A&M University

A co-organized one-day workshop to introduce members to R and other open-source tools for evolution-themed data analysis and visualization. Workshop schedule and materials.


Open Source for Open Science: An EEB Workshop (July 2014), Ecology and Evolutionary Biology Program, Texas A&M University

A 2.5-day workshop to introduce members to R and other open-source tools for data analysis and visualization. Workshop outline and materials.


Using R for Behavioral Analyses (April 2-5, 2012), Arizona State University

Behavioral data can quickly become voluminous and impossible to manage in spreadsheet programs. Scripting programs are an excellent way to grapple behavioral data into shapes that can be analyzed and summarized.

Recommended R Books and Websites

Many of these books may be at your university's library for browsing before you decide to fork over money. In the long run it’s often best to buy personal copies. Note that many books cover the same or similar subjects, especially basic introductions and statistics. It may be worthwhile to browse, but if you find yourself wasting too much time, just pick one up and run with it. Highly recommended books are *starred*.


Data Manipulation and Statistical Analysis
Read this section as a menu and pick relevant materials based on your interests and expertise.
Visualization
ggplot2. If you are new, start at the top of this list and work your way through.