Stat 505

Linear Models, Fall 2011

CRN 22883

Dr. Jim Robison-Cox
Meeting MWF 1200-1250 in Wilson 1-153.
Office hours: MWF 2pm and other times by appointment

Lectures


Resources


Significance stars in R output are outlawed! Use this option:
  options(show.signif.stars =FALSE)
or store it in a .First file which R runs when started in this directory
.First <- function(){
  options(show.signif.stars =FALSE)
}
save.image()
Or put the one line option statement 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.
SAS code folder.

Assignments

Homework 0.5 Due Aug 31
Homework 1 Due Sept 9
Homework 2 Due Sept 16
Homework 3 Due Sept 23
Homework 4 Due Sept 30
Homework 5 Due Oct 7
Homework 6 Due Oct 14
Homework 7 Due Oct 28
Homework 8 Due Nov 4
Homework 9 Due Nov 14
Homework 10 Due Nov 28
Homework 11 Due Dec 7