Applied Statistics using R

I recently wrote a book called Applied Statistics with R: A Practical Guide for the Life Sciences. If you are interested, it can be ordered from Oxford University Press here. I truly hope you find it useful. All of the companion materials — the dataset needed to work through the examples in the book and answers to the problems at the end of each chapter — can be found on Oxford’s companion website to the book or on the GitHub page I created for the book. You can also find pdfs of sample answers for each chapter below. 

If you already have the book and have a question or have found a typo or mistake or something, please feel free to email me at jutouchon-at-vassar-dot-edu.

You can download R here. If you would also like to use the program RStudio, you can download it for free here. At Vassar we have a web server version of RStudio which you can access and login to with your Vassar OneLogin password (email Karly Andreassen in ACS to obtain an account).


Sample answers to the assignments from each chapter of Applied Statistics with R: A Practical Guide for the Life Sciences.

Chapter 1 Sample Answers
Chapter 3 Sample Answers
Chapter 4 Sample Answers
Chapter 5 Sample Answers
Chapter 6 Sample Answers
Chapter 7 Sample Answers
Chapter 8 Sample Answers
Chapter 9 Sample Answers
Chapter 10 Sample Answers


Tutorial videos (click on the title to watch a video on YouTube)

Below are some tutorial videos I made for Vassar’s Intro Biology course a few years back that demonstrate some extremely simple but important tasks, like importing a dataset into R and such. Maybe if you are stuck at the very beginning of everything they can help you!

How to make objects in R
R as a calculator
Importing data into R
Reading a file into R
Subsetting data in R