Sean Gerrish will give a tutorial on Tuesday 9/02. Same room and same time as the usual tuesday lectures.
You can find copies of R for your personal computer at http://www.r-project.org/. It is also installed on the CS linux machines (e.g., tux.cs.princeton.edu and cycles.cs.princeton.edu ) and the hats machines (hats.princeton.edu).
“R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files.”
To properly prepare yourself for the class, the first thing you should do is download and install the program. Familiarize yourself with how to run it. Start working through the Introduction to R (if you actually make it all the way through, you'll be more than prepared). Those of you familiar with Matlab should find transitioning to R fairly easy. But like most systems, the best way to learn is to dive in and start playing around with it.
High-level introduction to R: what is it good for?
R syntax and data structures
R syntax examples (session)
Graphics in R
Graphics xamples (session)
The R Project for Statistical Computing. The main page for the R project.
RSeek.org. A search engine for R related materials.
ESS: Emacs Speaks Statistics. Add-ons for emacs that allow it to interface with R.
An Introduction to R (PDF version available here) A good introduction/tutorial for R.
R Graph Gallery. A gallery of pretty graphs made with R.