Hello,
I was seeing that here we have a new language(for me it is), R, but I was viewing it's site and as I can see we only can do graphics with it, but there is more things that we can do with it?
|
|
|||||
|
|
|
Roughly, anything. R is a high-level programming language (i.e. built on top of other languages like c), but it was designed primarily for statistics. In my experience, it is becoming the best language for all kinds of data analysis, thanks in part to the strong community around CRAN. You will quickly see the power of the language if you spend a few minutes browsing the R questions on stackoverflow. A better question would be what should I do with R? |
||||
|
|
|
If everything else fails, you can always read the documentation, starting with the FAQ which answers, among others, this question:
The original FAQ entry has a few hyperlinks that the copy&paste omitted. |
||||
|
|
|
I disagree that this is hard language. Indeed this is for statistical purposes, but I was sucessfully working with R to process finantial (trading) data. It has very nice plugin management approach. Building plugins is very easy (c/c++) for any external inputs (Excel, db's). PS. Its not new language. |
|||
|
|
|
|
R is a statistical programming environment. If you want to do statistical analysis, you may find R very useful. But I wouldn't recommend it for non-statistical programming. The language is hard to understand unless you think like a statistician. Here are some notes on coming to R from other programming languages. |
||||
|