email : torenizh@post.tau.ac.il
mailbox 221 (at Shreiber, floor 1 by the elevator)
M.A student at the Statistics & Operations Research school in The Raymond and Beverly Sackler Faculty of Exact Sciences. Also a student at the Inter-Disciplinary Program at Tel-Aviv University.
Shortcuts for using Emacs with R (hebrew PDF)
Setting up R on your university user account (soon)
You can fine a lot of documentation on the official R website or download R from CRAN
If you are interested in a graphical interface for R (with sturctured menus and some comfortable usability) you should check out R Commander .
You can download it as an R package with the command: install.packages("Rcmdr", dependencies=T)
(It will soon be installed on the university computers)
From within R you can start the program with the command:
library(Rcmdr)
Another recommended program for working with R is Tinn-R :
It's a great text editor with syntax highlighting (like WinEDT for LaTeX or most of the contemporary code editors) with lots of features, and of course seamless integration with R itself. You can get it here .