User:Timothee Flutre/Notebook/Postdoc/2011/11/07: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(→‎About R: add style guide)
(→‎About R: update R pkg book)
(One intermediate revision by the same user not shown)
Line 26: Line 26:
** [http://menugget.blogspot.de/2013/01/my-template-for-controlling-publication.html procedure] for publication-quality plots
** [http://menugget.blogspot.de/2013/01/my-template-for-controlling-publication.html procedure] for publication-quality plots
** [https://sites.google.com/site/rosselldavid/home/tips tutorial] to debug within Emacs some C/C++ code called by R
** [https://sites.google.com/site/rosselldavid/home/tips tutorial] to debug within Emacs some C/C++ code called by R
** make your own R package: [https://github.com/jtleek/rpackages policy] from Jeff Leek, [https://github.com/hadley/devtools devtools] from Hadley Wickham, [http://projecttemplate.net/ ProjectTemplate]
** make your own R package: [https://github.com/jtleek/rpackages policy] from Jeff Leek, [http://r-pkgs.had.co.nz/ book] from Hadley Wickham, [http://projecttemplate.net/ ProjectTemplate]
** R [http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml style guide] from Google
** R [http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml style guide] from Google
** [http://cran.r-project.org/bin/linux/ubuntu/ upgrade] R on Ubuntu





Revision as of 15:01, 1 July 2015

Project name <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

About R

  • Motivation: when analyzing data for any research project, it's essential to be able to quickly clean the raw data, transform them, plot intermediary results, calculate summary statistics, try various more-or-less sophisticated models, etc. This must be easily doable with small as well as large data sets, interactively or not. Several tools exist to fill exactly this need, and R is only one of them, but I especially recommend it because it is build by statisticians (this means that the implemented models are numerous and state-of-the-art). Moreover, it's open-source (and even free software), platform-independent, full of packages, with well-documented resources, etc, so give it a try!