« Home

Home » Biosciences » Statistics & Experimental Design » Grafen & Hails: Modern Statistics for the Life Sciences » Resources » Datasets and supplements » SAS » Datasets individually

Grafen & Hails: Modern Statistics for the Life Sciences

Datasets individually

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:\individual.sas';
run;
quit;

You should find that all the individual datasets 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.

Datasets individually (.sas)
Chapter 03 sim (.dat)
Download a zip file of all SAS datasets individually