|
|
- r-project.org
- Download from
here;
Link to Windows version
- GUIs to create
point-and-click output instead of using code; a nice one for basic
statistics is the R Commander.
-
Listserv website
- Newsletters -
See the Jan. 2001 newsletter for an introduction to R; The
R Journal replaced the
newsletter in 2009
- Packages written
by users - Wow! A lot of useful tools in addition to the
standard R statistical functions.
- R graphics
gallery - See the thumbnails to easily browse through the graph
examples
-
See the spring 2005 issue of STATS Magazine
for Introductory R information
- How to read Excel files
-
Rwiki list
- xlsReadWrite -
This was a commonly used package for reading Excel files and writing to
Excel files. New versions are no longer downloadable from CRAN (see link
here for a discussion). Old versions are still available from the
CRAN archives in
tarball
formats (some Windows zip programs can read it) and new zip versions are
available from this link: version 1.5.1. This
new version is what I recommend to use. You can install in R by
selecting PACKAGES > INSTALL PACKAGE(S) FROM LOCAL ZIP FILES.
- Rseek.org - Google search that
filters out non-R websites
- R help
documentation written by users
- R by example
-
Style guide for writing R code
-
Stackoverflow.com
- Place to post R questions in addition to the
R listserv.
- Program editors - Each of these allow for color coding of code
-
General list from R's website
-
R-WinEdt - Allows you to use R with
WinEdt.
Note that WinEdt is shareware.
- Tinn-R -
The advantage to using this instead of WinEdt is that it is
completely free.
- RStudio - Still in beta
testing, but very good
- Xemacs and
emacs speaks statistics (ESS)
- These are a completely free editor and add-on.
- With R 2.0 and above, there is a limited program editor which
comes with it.
- There are many textbooks that discuss how to use R:
-
Articles and blog entries
- Rosetta Code -
Direct link to R solutions to a variety of problems; solutions are
available for other programming languages too
-
Pascal and R
-
S-Plus - Owned by
Tibco (now
incorporated into Spotfire?)
|