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")

Tue, 19 Apr 2005

New version of UsingR package

A new version of the UsingR package (version 0.1-2) is now available. Installation can be done with
> install.packages("UsingR")
Or, if you do not have the proper permissions,
> install.packages("UsingR", lib="/where/ever/you/can/write")

New in this version is a function usingr() that opens a browser to the UsingR web pages. Arguments can be given to go to specific pages, such as usingr("errata"), or usingr("changes").