The sections of this page are:
A Note on R and S-PLUS
Financial Code
General Utility Code
A Note on R and S-PLUS
R is free, open-source software that provides
an environment for data analysis, graphics and statistics.
You can download the software, documentation and so on from
the R Project website.
Almost everyone will want to install a binary version (as opposed
to building it from source code).
S-PLUS is commercial software.
Both R and S-PLUS are implementations of the S language, and a great deal of
code will run under both.
A brief (8 page) introduction to using R and S-PLUS is
"A Guide for the Unwilling S User".
An exposition of some of the merits of the S language is
"An Introduction to the S Language".
Financial Code
To use the R functions in this section:
1) Install R as described above (it's actually very easy).
2) Save the files ending in ".R" to some location on your computer.
3) Start R.
4) Source the ".R" files into R.
For example, at the R prompt type:
source("alpha.proxy.R")
(followed by hitting the enter key).
If you are on Windows, you may find it convenient to use the "Change dir"
item in the File menu.
5) Read the help file.
It will probably be easiest just to read help files in html -- either
here or copying the html files to your own computer.
General Utility Code
The following pieces of code along with their help files are
placed in the public domain by Burns Statistics.
The functions are designed to run in both S-PLUS and R.
Go to Burns Statistics Home.