Moore and McCabe data sets for R 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