John Verzani's Web Page

Website for MTH 214 Spring 2008

v class="markdown">

July 27, 2015

John Verzani's webpage

John Verzani's Web Page

v class="markdown">

Moore and McCabe data sets for R

January 24, 2008

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

v class="markdown">

Moore and McCabe data sets for R

January 22, 2008

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 

v class="markdown">

Moore and McCabe data sets for R

January 22, 2008

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