You can access your statistics account and run Splus or SAS or other softwares on a statistics department machine remotely.
Local machine: a machine which you ARE using as your console and which you ARE sitting in front of.
Linux machines in Statistics: wald, dirichlet, hellinger, kiefer, savage, bernoulli, feller, robbins, hsu, sacks, wolfwitz ... Sun Workstations in Statistics: bayes, neyman, loeve, borel, laplace, ... (all except laplace are now running Linux)
Suppose that you already have your SSH installed. In the X-window on your local machine, type
ssh -X loginname@feller.case.edu
where loginname is your login name in the statistics computer network. You can change feller to any other statistics machine listed above. If you are on the Case network and your local login name and your remote (statistics) login name are same, you can simply use
ssh -X feller
You can then do anything on the remote machine as if it were local! For example, start Splus by typingSplus
or start R by typing
R
Splus
motif()
There is no need to add "motif()" if you typed "Splus5".
Login by clicking Quick Connect button (for more information, see Peng's HOWTO page for PC), then you can do pretty much what you can in the statistics lab except viewing fancy graphics from the statsitics machine.
With S+ it is possible to get mediocre graphics using
tek4014()
instead of motif() and you will also need to switch to tek4014 on the emulation menu in the communication software.
In the worst case, you should be able to get some low resolution graphics by using
printer()
Note that you need to type show() each time you want to see a plot.
You should be able to see all the graphics. The key now is how to transfer files and data between your local machine and a stat dept machine. For this, see the HOWTO page for PC by Peng Liu.