Statistics is applied philosophy of science.

Overview & Goals

Fall 2014 Syllabus

We have learned huge amounts in biology by doing experiments which generate clear and simple results. But many parts of biology are governed by smaller effects, which are sometimes hard to measure exactly. For example: Does an amino acid substitution change the efficiency of an enzyme? Do female frogs prefer mates with lower-pitched croaks? Does the chance of developing diabetes depend on your genotype at a specific locus? To answer these kinds of questions, we have to use statistics, not only to decide on our answer, but also to make some determination of how much we believe it. To actually use those statistics, you need two things: understanding of the theory behind the statistics and the ability to apply them. To that end, the primary goals of the course are:

Meeting Time & Location

Lecture MWF 11AM-12PM
Lab Tues 1-4PM
Location 10 Park Science Center

Textbook

The Analysis of Biological Data by M Whitlock and D Schluter

Also recommended:
R Cookbook by P Teetor
R Graphics Cookbook by W Chang

Course Lab Instructions and Tutorials

Installing R and RStudio

First Steps with R

Working with Data Frames

Matrices and Lists

Plotting in R

Lizard Lab

Abalone Lab

External Resources

Tutorials

Try R
An online introduction to R that runs in your browser. Nothing to install, and a goofy pirate theme.

Swirl
An R package for learning about R from within R. A number of modules are available, including both basic and more advanced tutorials.

Online learning resources from RStudio

Reference

Quick R

RStudio Documentation

R Markdown Documentation

ggplot2 Documentation

plyr tutorial