PDA

View Full Version : using R not in terminal?


awayguy
October 22nd, 2009, 11:56 AM
Halo

hmm, is there also a possibility to use R on linux not in the terminal?

with regards

earlycj5
October 22nd, 2009, 12:02 PM
Halo

hmm, is there also a possibility to use R on linux not in the terminal?

with regards

There are several R GUIs, if I understand your question correctly.

http://www.sciviews.org/_rgui/

We've discussed several of these in the past here.

gunksta
October 22nd, 2009, 01:38 PM
I would look through these forums for these two tools:

JGR
http://jgr.markushelbig.org/JGR.html

Rkward
http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Main_Page

But, you also need to understand that while these two tools will get you away form the "terminal"; R is fundamentally a programming language for data analysis. It is not SPSS. At this time, front-ends for R are mostly fancy text editors.

samden
October 22nd, 2009, 06:41 PM
I'd second RKward, that works well. But note that R is a command-line language, whether you use it through the terminal or another piece of software is fundamentally irrelevant - you still end up learning and typing the same code. Some GUIs just make it easier to do that by providing menu options.

If you don't want to deal with code at all, use an alternative like SPSS (or PSPP).

ahmatti
October 23rd, 2009, 05:59 AM
I'd recommend ess http://ess.r-project.org/ :) But its even more of a front end for writing code, than earlier suggestions ...