Overview 
Homework  
R   

Math 219 R References

Download R:
The R Project for Statistical Computing
R for Windows FAQ
R for Mac FAQ

Quick R References:
Jones R Reference Page
Short R Reference Card

Online R Tutorials and Documentation:
R FAQ
R Wiki
An Introduction to R (pdf) (html)
Verzani Simple R Notes

R Books:  The following two books are free to download on www.springerlink.com if you're accessing it on Clark campus:
A Beginner's Guide to R by Alain F. Zuur, Elena N. Ieno, and Erik Meesters; Springer, 2009.
Introductory Statistics with R by Peter Dalgaard; Springer, 2008.


In Class R Code

Date
Code
Jan. 24
Cloth Data
R Code

Feb. 3
R Code

Feb. 17, 21
Blood Pressure Data
R Code on Weighted Least Squares
R Code on Sampling Distributions

Feb. 28, Mar. 2
R Code on Estimable Functions Using CPS Data
rref.R

Mar. 23
R Code on F Test for Equal Variances

Mar. 27
R Code on ANOVA F Test for Equal Means

Apr. 3
Berkeley Guidance Study Data: load into R with the command
Berkeley <- read.table("http://people.reed.edu/~jones/141/Berkeley.dat",header=TRUE)

Gun Registration Data: load into R with the command
GunReg <- read.table("http://people.reed.edu/~jones/141/Guns.dat",header=TRUE) 

1993 Consumer Reports Auto Data: copy and paste to load into R.

R Code on t-tests and F-tests for model selection
R History from class

Apr. 6
R Code on the dangers of R-squared

Apr. 17
R Code on simultaneous confidence intervals: Anorexia data

Apr. 20
World Bank Data - Old
World Bank Data - New

R Code for World Bank Data Analysis
R History from class

Apr. 23
R Code on regression diagnostics





Data Sets

Cloth Data
Current Population Survey
HAPPINESS
Olympic gold medal men's long jump results
World Bank - Old (~1980)
World Bank - New (2009)