![]() |
|
Introduction to RWhat is R?R is a collection of packages containing pre-written statistics and graphics routines for computing and visual analysis of data. This open source sytem allows experts from various disciplines to contribute to this collection via packages and therefore making it one of the most widely used tool for statistical modelling for various applications. The primary strength of R lies in the fact that it also provides an effective programming environment, and is highly extensible. That is, in addition to using the pre-written packages one can also develop codes for their own algorithms. Another advantage is that it produces high quality well designed plots for print materials. While default graphis settings are simple and effective, users have full control for making more versatile pictures if they desire. So what are the disvantages? If you are new to this programming language, it is not going to be an easy language to learn on the fly. However, the good news is that one need not wait to master the language before starting to use it. In fact the effective way to learn this system is to learn while using it, or vice versa . Why R?We prefer to use R in this website to provide examples and alogorithms to support the statistical methods described here.
|
