Contents of directory benner

Description

This script contains top level expressions that will generate global objects in your working directory.
Existing objects will be overwritten!

Objects that will be created by running this script:

(to be completed)

Download

Click on a file to view it in your browser. Use "File-Save As" (or similar) to store it to your local disk. Alternatively, click with the right mouse button and select "Save As" (or similar).

Use source("filename.ssc") to read in (and possibly run) the code contained in an S-Plus script (ssc) file.
Use data.restore("filename.sdd") to restore all objects contained in an S-Plus data dump (sdd) file.
Under Windows, you can double-click on ssc files to start S-Plus and open the ssc file in the S-Plus editor.

Create a new chapter for trying out the code provided here.

All of the files below as zip file

benner.ssc reads (restores) all sdd files and executes programs
demo.dose.txt
demo.pat.txt
laboratory.sdd laboratory dataset. Use data.restore("laboratory.sdd")
ph1atd.q from http://linus.nci.nih.gov/~brb/Methodologic.htm
pkpd.sdd pkpd dataset. Use data.restore("pkpd.sdd")
therapy.sdd dataset therapy as dump file. Use data.restore("therapy.sdd")
toxicity.sdd toxicity dataset. Use data.restore("toxicity.sdd")


Back to the download page.
Back to the main book page.