Website for John Verzani
Picture
You've found John Verzani's homepage.

This Fall 2008 I am teaching

Moore and McCabe data sets for R 2008-Jan-23 

logo

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 01
The source of these data sets is whfreema.com

Please send bug reports or questions to verzani at math.csi.cuny.edu