Stat 506

Advanced Regression, Spring 2012

CRN 32935

Dr. Jim Robison-Cox
Meeting MWF at 10am in Wilson 1-144.
Office hours: MWF 2pm and other times by appointment

Calendar


Resources

Setting up R
Gelman's Data Folders
R quick reference guide
R style guide from Google
Doug Bates Draft Chapters about lme4
SAS Style Guide How to run SAS
SAS 9.3 Help, SAS 9.2 Help
For R and SAS tips, you are welcome to peruse the lecture notes for Stat 408.
TeXWorks easy LaTeXing
Sweave keeps R code and report together
Using Sweave in TexWorks
Using Sweave in TexMaker
knitR is better than Sweave. It will cache results so they don't have to be run again. It supports tikz graphics. It has more options.

Significance stars in R output are outlawed!
.First <- function(){
  options(show.signif.stars =FALSE)
}
save.image()
Or put the options into a text file called .Rprofile in the startup directory.
Use getwd() to see where that is.
Course syllabus

Folders

Datasets
Homeworks
Notes folder.
R code folder.
Tex/LaTeX/Sweave folder.
SAS code folder.

Assignments

Homework 1 Due Jan 20
Homework 2 Due Jan 27
Homework 3 Due Feb 3
Homework 4 Due Feb 10
Homework 5 Due Feb 17
Homework 6 Due Feb 27
Homework 7 Due Mar 9
Homework 8 Due Mar 23
Homework 9 Due Mar 30
Homework 10 Due Apr 6
Homework 11 Due Apr 13
Homework 12 Due Apr 20
Take Home Final