Help and documentation

There is abundant documentation on R, a large part of it is accessible through the menu. You should learn to use it. Most of the facilities are also available through the command line, e.g. help(stem) will display the help document on the stem function.

Functions to get help and information on functions and R objects:

Although there is a lot of documentation, you should be aware that for many more complex statistical functions you will have to read the publications quoted with the function, as the documentation only provides technical informationon the function, but nothing at all on the statistical aspects of the tool.

To ease your learning of R, two other functions are quite useful:

R being an effort of a large community, the quality of the documentation of a function varies, depending on its author's efforts.

Related documents