Grafen & Hails: Modern Statistics for the Life Sciences
Datasets by chapter
Download the dataset and save to disk (it is simpler to copy to the top level of your C drive). Then run SAS, and create a library to contain the datasets. The name used in the SAS supplement is 'gandh'. Then type the following commands into the Editor, and run them:
proc cimport L=gandh file='C:\bychapter.sas';
run;
quit;
You should find that all the chapter datasets, and the small number of other datasets that can't be included with the chapters, are now SAS datasets in the library. You can open them with "File > Open by SAS name".
The remaining download on this page is Chapter03sim.dat, which is a text file containing commands for a simulation. Download, open with a word processor, and copy-and-paste the commands as required into the SAS editor.


