| Website for John Verzani |
|
Picture |
|
Files and Directories |
Website for MTH 214 Spring 2008
Moore and McCabe data sets for R 2008-Jan-23
The data sets for the homework are on the web page as one big file. To read them into your R session use:
source("http://www.math.csi.cuny.edu/verzani/classes/MTH214/mm.R")
Then you can access the files through pmg (they load into the variable
mm) or you may access them from the command line. For the latter, you
might want to attach a chapter, as in
attach(mm) attach(Ch01) # say names(Ch01) # lists all variable names ta01_007 # show data in table 7 from chapter 01The source of these data sets is whfreema.com |