|
|
|
||||
|
Help the Stat Consulting Group by
giving a gift
| |||||
|
Loading
|
|||||
version
In R, you can see the list of all of the open windows (Console, Editor, Graphics) by clicking on "Windows" in the menu bar. To view one of these windows, simply click on it from the drop-down list.
help(mean) ?mean
Both of these will open a window containing the help file for the given command. If you are seeking help for a technique, but don't know the command name, you can use the help.search command or ??:
help.search("survival")
??survival
Both of these will open an R information window listing out the packages and commands with "survival" in their description.
There are some demonstrations that can be run in R with the demo command. For example, demo(graphics) begins a demonstration of some of R's graphing capabilities. There are sometimes demos included with a package that quickly present the major commands of the package.
UCLA Statistical Consulting Group's R web pages can be found at:
The UCLA Statistics Department's consulting center has online mini-courses in R.
UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services