[net.sources] instructions for S stuff

aron (05/04/83)

Following this article there should be four files containing some
useful S functions and macros.  They are in "shar" format, so
to decompose them you must say "sh filename".  The contents of these
files are as follows:

Sfunctions.a	source for anova, bonferroni and tukey statistical
		functions.  analogues of edit and medit for vi and
		emacs.

Sdoc.a		S documentation for above.

Smacro.a	macros that allow forking of processes to run BMDP
		programs from within S (these will have to be edited
		to conform to local directories).

Smdoc.a		S documentation for above.

Locally we have a directory under $SHOME/s called new. This directory
is an S chapter, and the files in Sfunctions.a are found in it, with
their executables in new/x (NOTE: eedit.i and vedit.i should be placed
in new/u).  Sdoc.a files should be placed in new/.help. We also have
a new/sdata directory which contains the "executables" of
the files in Smacro.a.  Smdoc.a files are placed in new/sdata/.help.
In the profile macro of each user are found the lines:

chapter("/s/s/new")
attach("/s/s/new/sdata",pos=4)

This makes all the functions and macros and documentation in new
automatically available to all users (/s is our $SHOME).

There are no warrenties expressed or implied in this software (you
get what you pay for).  I would appreciate any comments, extensions,
bugs (and bug fixes) people may have.

				aron shtull-trauring
				{seismo,cmcl2}!presby!aron