Dieses Dokuwiki verwendet ein von Anymorphic Webdesign erstelltes Thema.

R Programming Language

November, 10th, 18H00 @ CRI by Thomas Julou

About this Workshop


R was designed with data analysis, graphical representations, and statistics in mind. We will focus on data manipulation and graphics, and almost skip the stats. Actually, once your data are in the right format (thanks to habile data manipulation) and you know what stats to perform (generally after wise graphical explorations), running the stats functions is a piece of cake; the hard part is to know/understand the stats, which is way beyond the focus of this workshop.

More precisely, after a brief R survival guide, we'll dive into an amazing package: ggplot2 (and its companion plyr). This is an implementation of Wilkinson's grammar of graphics that brings a very handy layer of abstraction in plotting commands. This makes R a very efficient alternative to any other plotting program, be they spreadsheets or scripts.

Finally, depending on people interests, we will possibly mention various advanced aspects of R: connection to MySQL databases, representations of geographical data, bridge with Python, performance optimisation with C nested in R code….

From Wikipedia:
In computing, R is a programming language and software environment for statistical computing and graphics. R is an implementation of the S programming language created by John Chambers while at Bell Labs combined with lexical scoping semantics inspired by Scheme. R was created by Ross Ihaka and Robert Gentleman[2] at the University of Auckland, New Zealand, and is now developed by the R Development Core Team, of which Chambers is a member. R is named partly after the first names of the first two R authors (Robert Gentleman and Ross Ihaka), and partly as a play on the name of S.[3] The R language has become a de facto standard among statisticians for the development of statistical software,[4][5] and is widely used for statistical software development and data analysis.[5] R is part of the GNU project.[6][7] Its source code is freely available under the GNU General Public License, and pre-compiled binary versions are provided for various operating systems. R uses a command line interface, though several graphical user interfaces are available.


Prepare The Workshop


All R ressources are available from CRAN. Depending on your system, please follow the appropriate link to install R; for this workshop, you only need the base package from R distribution.

In addition, you must install ggplot2. Just type install.packages(“ggplot2”) at the R prompt. All dependencies (including plyr) should be installed automatically…

For linux user, you may consider installing a GUI. JGR is a good option. GUIs are installed by default with the mac and windows distribution.

Installing R on Ubuntu 10.10


The simple way

sudo apt-get install r-base r-cran-gplots


The geeky way - Provide the freshest packages and allow you to compile packages from the R console

From a Terminal

gpg -a --export E2A11821 | sudo apt-key add -
gpg --keyserver subkeys.pgp.net --recv-key E2A11821
sudo su
echo "deb http://cran.r-project.org/bin/linux/ubuntu maverick/" >> /etc/apt/sources.list
exit
sudo apt-get update
sudo apt-get install r-base r-base-dev

Start the R console from root

sudo R

And at R prompt type :

install.packages("ggplot2", dep = TRUE)
rlang.txt · Last modified: 2010/10/28 02:23 by admin
Trace: Fabelier fabelier rlang
Dieses Dokuwiki verwendet ein von Anymorphic Webdesign erstelltes Thema.
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0