Modern Applied Statistics with S: Software

This collection contains software and data associated with the book:

Modern Applied Statistics with S
by W.N. Venables & B.D. Ripley, Springer, 2002.
ISBN 0-387-95457-0. [Details]

The software is for the Fourth Edition; users of earlier editions should find only minor differences, plus additional material.

S-PLUS 6.x on Unix / Linux
Software for use with current Unix / Linux versions of S-PLUS
S-PLUS 6.x on Windows
Software for use with S-PLUS 6.x for Windows
R on Unix / Linux
Software for use with R on Unix and GNU-Linux
R on Windows
Software for use with R on Windows
XGobi
XGobi sources
GGobi
GGobi sources and Windows binaries

Once installed, the software is made available via library commands such as

       library(MASS)
       library(nnet)
       library(spatial)
       library(class)

In all cases the scripts are available in the scripts directory under the MASS directory.

[back]

S-PLUS Unix Software

S-PLUS 6.2 comes with a version of our library sections already installed.

The current sources are available as VR7.tar.gz. To unpack the software, put the downloaded file in an empty directory. Use any of

    tar zxvf VR7.tar.gz   # needs GNU tar
    gzcat VR7.tar.gz | tar xvf -
    gzip -dc VR7.tar.gz | tar xvf -
to unpack the software to various information files and the subdirectories MASS, class, nnet and spatial. Now follow the instructions in the file Installation in the top-level directory.

Source files for several of the libraries used are available here see the README and listing. Libraries available from other sites are boot, fastICA, gee, yags, mclust (not 2002 version) and sm.


S-PLUS Windows Software

The software is included in S-PLUS 6.x for Windows, and the scripts are in folder scripts in the MASS folder in the S-PLUS library folder.

An update for the libraries is available for download. Execute it and when prompted select the path to the library directory of your S-PLUS 6 installation.

Zipped files of other library sections used in the book:

boot.zip boot library (Angelo Canty)
fastICA.zip fastICA library (Jonathan Marchini)
gee.zip gee library (Vincent Carey)
KernSmooth.zip KernSmooth library (Matt Wand)
libsvm.zip libsvm library (David Meyer)
logspline.zip logspline library (Charles Kooperberg)
mclust.zip EMCLUST
mda.zip mixture discrimant analysis (and BRUTO and MARS), (Trevor Hastie, Rob Tibshirani)
postscriptfonts.zip symbols in PostScript output (Alan Zaslavsky)
rpart..zip rpart library (Therneau & Atkinson)
yags.zip YAGS2 library (Vincent Carey)

Other library sections are available: listing. Unpack these in the S-PLUS library directory.

NB Earlier versions of S-PLUS are not supported under this edition: see the Third Edition. The software there for S-PLUS 2000 has most of the new functions and datasets (but not arima nor optim).


R Unix Software

As the VR bundle is now recommended, a recent version should be installed with R. To get the very latest version, use update.packages() from an R session.

All the other packages used are available from CRAN and mirrors. It is usually possible to install them over the Web by using the install.packages function.


R Windows Software

As the VR bundle is now recommended, a recent version is installed with R. To get the very latest version, use Update packages from the Packages menu.

All the other packages used are available from CRAN and mirrors. It is usually possible to install them over the Web by using the Install packages on the Packages menu.


XGobi

The Unix sources for XGobi are available from AT&T. A compiled port for Windows is available from Oxford.

For use with R you also need the R package xgobi.


Last edited on Sunday 14 June 2002 by Brian Ripley (ripley@stats.ox.ac.uk)