Simplified help pages for R commands

These links lead to simplified help pages for some selected R commands.

The built-in help pages are much more thorough and should be consulted for more details. The built-in help pages are accesed though your web browser after typing the command

help.start()

Afterwards, individual functions can have their help viewed using the command

?functionname
SummaryStatistics Modeling Random . SignificanceTests GoodnessOfFit Graphics Data

Wed, 09 Jun 2004

logo

The Stem and Tendril simplified R manual

In the stRmanual directory you can find some simplified help pages for some often used R commands. These are intended as an introduction to the functions, rather than as a replacement for R's own help system.