Libraries for S-Plus for Windows ================================ NB. This collection does not work on S-PLUS 6.x for Windows. Some of these are ported to 6.x: see http://www.stats.ox.ac.uk/pub/MASS3/Winlibs/. This directory contains libraries for S-PLUS for Windows in the form of ZIP files. Use BINARY file transfer for all files. See below for how to unpack them. Unless otherwise stated the original source code is in the S collection on statlib at http://lib.stat.cmu.edu/S. addreg.zip Additive regression [Harald Fekjaer] AIMD.zip Analysing Incomplete Multivariate Data [Joe Schafer] [ http://www.stat.psu.edu/~jls ] ash.zip David Scott's ASH library [1D & 2D only] asypow.zip B.W. Brown's library to calculate power and related quantities utilizing asymptotic methods. Version 2.1. [ ftp://odin.mdacc.tmc.edu/pub/S/asypow-2.1.tar.Z ] bootstra.zip Efron-Tibshirani bootstrap.funs as a library br.zip Bayesian regression [Mike Smith] date.zip Manipulate dates [Terry Therneau] delaunay.zip Delaunay triangulation and Dirichlet tessellation [Rolf Turner] gee.zip Generalized Estimating Equations [Vincent Carey] [ version 4.13 from http://www.biostat.harvard.edu/~carey/index.ssoft.html ] haerdle.zip Code from 'Smoothing Techniques' by W. Haerdle HARE.zip Hazard regression [Charles Kooperberg] hazcov.zip Hazard smoothing with multiple covariates [Robert Gray] HEFT.zip Hazard estimation with flexible tails [Charles Kooperberg] hessian.zip Finite-difference Hessians [B.W. Brown] integrat.zip B.W. Brown's library for numerical integration [ integrate2 on statlib ] ksmooth.zip KernSmooth library version 2.22 [Matt Wand] [ From http://www.biostat.harvard.edu/~mwand ] lasso.zip lasso library [Rob Tibshirani] [ Ported by Frank Harrell, http://fharrell.biostat.virginia.edu/s/win/ ] logsplin.zip Logspline library [Charles Kooperberg] lspec.zip Logspline spectral estimation [Charles Kooperberg] Lspline.zip L-spline smoothing [Jim Ramsey] mda.zip Hastie-Tibshirani `mixture discriminant analysis' (and MARS and BRUTO). multiv.zip Various multivariate functions [Fionn Murtagh] noncent.zip Non-central T cdf and quantiles [Don MacQueen] [ Unix at http://www.stats.ox.ac.uk/pub/S ] nolr.zip Non-linear ordinal logistic regression [Mark Mathieson] [ From http://www.stats.ox.ac.uk/pub/S ] polyclas.zip Polyclass library [Charles Kooperberg] polymars.zip PolyMARS library [Charles Kooperberg & Mark O'Connor] princurv.zip Principal curves [Trevor Hastie] [ principal.curves on statlib ] pspline.zip Penalized spline smoothing [Jim Ramsey] quadprog.zip Quadratic programming [Berwin Turlach] [ Version 1.4 from www.stats.adelaide.edu.au/people/bturlach ] rmtools.zip Repeated measures [Adelchi Azzalini and Monica Chiogna] robeth.zip ROBETH robust statistics library [Alfio Mazazzi] [ Repacked version of the following, compiled for both 3.3 and 4.0 release 3 The files on the original site are for an earlier release of 4.0. ] robwin.zip ROBETH robust statistics library [Alfio Mazazzi], for 3.2 and 3.3 only. [ From http://www.hospvd.ch/iumsp/download/robeth-en.htm ] rpart.zip Recursive Partitioning [Terry Therneau and Beth Atkinson] rpartdoc.zip Postscript documentation for RPart. rpart2.zip Ditto, 2000/02/25 version rpart2doc.zip sm.zip Smoothing methods [Adrian Bowman and Adelchi Azzalini] [ From http://www.stat.unipd.it/dip/homes/azzalini/SW/sm/ ] spatstat0.6.zip Spatial point process library [Adrian Baddeley and Rolf Turner] (4.5 and 2000 only) [ From http://www.maths.uwa.edu.au/~adrian/spatstat.html ] surv5.zip Version 5 (Feb 99) of survival analysis. [Terry Therneau] Expected survival needs dates library (here). [ From http://www.mayo.edu/hsr/biostat.html ] survcart.zip CART-SD (CART for Survival Data) [Georg Haupt and Ulrich Mansmann] survnnet.zip Neural nets from survival analysis [Ruth Ripley] [ Unix sources available at http://www.stats.ox.ac.uk/pub/S ] Tree.zip Tree -- tree() with Gini and weights [BDR] [ Unix sources available at http://www.stats.ox.ac.uk/pub/S ] tssa.zip Tree-Structured Survival Analysis [Mark Segal and Carrie Wager] YAGS.zip Yet another GEE solver [Vincent Carey] [ version 1.5.1.2 from http://www.biostat.harvard.edu/~carey/index.ssoft.html ] yags2.zip Yet another GEE solver (4.5 and 2000) [Vincent Carey] [ version 2.14 http://www.biostat.harvard.edu/~carey/ydown.html ] Please note that these have not been tested as extensively as the Unix versions. Unless stated otherwise, these libraries have been tested on S-Plus versions 3.3, 4.0 rel 3, 4.5 and 2000, and should also work with 3.2. They probably work with earlier releases of 4.0, but as the compiler flags were changed, this cannot be guaranteed. Most of these libraries contain Windows help files. The following library helpfix.zip Modified help() function makes these easier to use on S-Plus 3.x. See its README.TXT. It is not needed on 4.x. xgobi.zip XGobi and XGvis 04/00 version [Swayne, Cook and Buja]. Includes Windows executables. They need to be unpacked preserving long file names, and are not pre-packaged as the S source code needs customization. Utilities --------- unshar.exe unshar shar archives unshar95.exe unshar (Windows 95/NT with long filenames) unzip.exe unzip (DOS) unzip95.exe unzip (Windows 95/NT with long filenames) gzip124.zip gzip/unzip for DOS gzip.exe gzip for Windows 95/NT [Use gzip -d filename.gz to uncompress gzip-ped files.] spwinhlp.zip tools to make .hlp files ratfor.zip ratfor for 32-bit Windows The .zip files here are unpacked by using unzip (preferably) or pkunzip -d. They unpack to a directory which should be moved to the S-Plus library directory, by default c:\spluswin\library (3.x) or c:\Program Files\splus4\library (4.0). Most simply: unzip file.zip -d c:\spluswin\library unpacks the library into the desired place. spwinhlp.zip and ratfor.zip must be unpacked with a Win95/NT version of unzip/WinZip. Brian Ripley ripley@stats.ox.ac.uk