| Website for John Verzani |
|
Picture |
|
|
Files for my classes appear here. In the Old directory you will find some older materials that may be of interest. 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 The Munro data set is available for download 2007-Oct-05
The link is: Munro data. (You might need to right click and 'save link as...') |