A quick tutorial in R
I've had a request for a quick tutorial on how to get started using R. R is a statistical language that analyzes data and saves results in files called "objects." You can then use the objects to create new analyses and objects. Note: Wherever you see a "#", what follows is a comment. You can delete that comment before running the code or leave it in—R ignores anything that follows a # sign. Here's how I get my students started.