Dr. Jim
Robison-Cox
Meeting MWF 1200-1250 in Wilson 1-153.
Office hours: MWF 2pm and other times by appointment
lm() for
regression
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.