Copyright Notice: All course materials below are for educational purposes only and are copyrighted. It is understood that you will use them only in a manner consistent with the fair use provisions of U.S. copyright law. Please do not distribute them or use them for any commercial enterprise.
Syllabus
[Link to Google Doc]
Slides and Sample Programs
[.zip of lecture slides and sample programs]
Textbook
Davies, T. M. (2016). The Book of R: A First Course in Programming and Statistics. No Starch Press.
[Download PDF] [Amazon]
Solutions to all of the practice problems in the book can be found here:
[Book of R - Solutions to Problems]
Learning Statistics in R: This is a great book with information about how to conduct many kinds of statistical analyses in R
The Complete ggplot2() Tutorial: Basic tutorial about ggplot2() package whihc can be really useful for generating beautiful plots.
The R Graphics Cookbook: Great book with useful information about using ggplot2()