[Revised after class, 5-Oct-95] In order to use S on the SUN cluster, put the following command into your .cshrc file: alias SPlus '/nfs/quads/q4/s92/S92' Once the alias is defined, you can proceed with SPlus more or less as indicated on the handouts in class. Thus, the first example becomes: % mkdir Stat343 % cd Stat343 % S UCINIT <-- This sets up your Stat343 directory (one time only) <-- This command should be used on quads % Splus <-- omit the "-e" on the sun cluster Warning: Cannot open audit file <-- This is entirely normal if you have set up S correctly > x <- read.table("/nfs/quads/q2/rats/343/ALR028") # Note: Different file location on the sun cluster than on galton > reg.out <- lm(x[,2] ~ x[,1]) > summary(reg.out) > reg.out > q() ========================================================================== General information about the course, homework, corrections, notes of this sort will be available at the following Web address: http://www.stat.uchicago.edu/~thisted/courses/343