|
|
- 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 and
search
web page of its archives;
news reader
way to read the R listserv posts
- 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
- 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.3.3. 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 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.
- JGR
- SciViews
R Console - Makes R's GUI closer to that of S-Plus and provides
an embedded program editor.
- 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 -
Direct link to Tibco (the company that makes S-Plus)
- Other resources for R and S-Plus
- Venables, W. N. and Ripley, B. D.
(2002).
Modern Applied Statistics with S-Plus, Fourth Edition, New
York: Springer; click here
to go to the author's web page which contains library and package
downloads.
- Click here for an introductory class lecture on using S-Plus (and a
little on R).
- I gave a seminar on
S-Plus 6.0 in October, 2001. Click
here
to go to the website corresponding to the seminar.
I gave a seminar on how to use S-Plus
3.3 in 1997. This may be helpful to understand some of the
basics of how to write code in S-Plus. You can download the
PowerPoint presentation itself at
http://www.chrisbilder.com/chris/seminars.htm (see July 15, 1997
seminar at INEEL).
|