Datasets may be imported
into R using code like the following:
require(Hmisc)
getRs('abd.r')
getabd() # list all available datasets
d <- getabd('02-e-2a') # get a specific dataset
The table below, which is also used by getabd
, was created by Tom Stewart for the
2nd edition. There are some datasets in the 3rd edition (in chapter 21 for
example) that are not in the 2nd edition. Dataset homes: 2nd ed | 3rd ed