Web site for the book

Using R for Introductory Statistics
By John Verzani
Department of Mathematics
CUNY/College of Staten Island
published by Chapman & Hall/CRC http://www.crcpress.com.

This book has an accompanying set of computer files. If there is internet availability, these may be installed within an R session using the menu bar (if present) or the command

> install.packages("UsingR")

Wed, 12 Apr 2006

UsingR package for S-Plus

The file <A HREF="/UsingR/UsingR_0.1-4-SplusVersion.tar.gz">UsingR_0.1-4-SplusVersion.tar.gz</A> contains an Splus package for Splus version 8 of the UsingR package.

Unfortunately, there are issues with the package: the function usingR() doesn't work; and the data sets' documentation isn't found by help().

To install the package, the command <PRE> Splus INSTALL UsingR_0.1-4-SplusVersion.tar.gz </PRE> works from the command line if you have permission. Otherwise, the –l switch is needed: <PRE> Splus INSTALL –l ~/MySLib UsingR_0.1-4-SplusVersion.tar.gz </PRE>