Contents of directory bock1

Description

This code contains 3 panel functions that can be used in conjunction with Trellis type graphs.

The file dotplot.ssc contains code with top level expressions, generating global variables. It may overwrite existing objects in your directory. Look at the code before executing it.

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

anti50.sdd Dataset Anti50 as dump file. Use data.restore("anti50.sdd")
anti50.plot.ssc Function call to plot the Anti50 dataset
arrange.plots.ssc
asthma.ssc
Bioequi.sdd Dataset Bioequi as dump file. Use data.restore("Bioequi.sdd")
Bioequi.plot.ssc Code in Appendix 6.A.1: dotplot generation for the bioequivalence study
dotplot.ssc
Eos.sdd Dataset Eos as dump file. Use data.restore("Eos.sdd")
Eos.plot.ssc Code in Appendix 6.A.2: Sputum Eosinophilis
Fev1.sdd Dataset Fev1 as dump file. Use data.restore("Fev1.sdd")
Fev1.plot.ssc Code in Appendix 6.A.3: plot early and late asthmatic response
panel1.sputum.ssc panel function in 6.A.2
panel2.sputum.ssc panel function in 6.A.2


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