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

From OpenWetWare
Jump to navigationJump to search
(→‎About R: mv custom heatmap)
(→‎About R: upgrade for ubuntu)
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
** official introductory [http://cran.r-project.org/doc/manuals/R-intro.html manual]
** official introductory [http://cran.r-project.org/doc/manuals/R-intro.html manual]
** well-organized [http://www.statmethods.net/ how-to]
** well-organized [http://www.statmethods.net/ how-to]
** condensed [http://cran.r-project.org/doc/contrib/Baggott-refcard-v2.pdf reference card]
** freely-available [http://adv-r.had.co.nz/ book] for advanced usage
** freely-available [http://adv-r.had.co.nz/ book] for advanced usage
** [http://www.r-bloggers.com/ aggregator] of R blogs
** [http://www.r-bloggers.com/ aggregator] of R blogs
Line 26: Line 27:
** [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, [https://github.com/hadley/devtools devtools] from Hadley Wickham, [http://projecttemplate.net/ ProjectTemplate]
** 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 01:52, 1 September 2014

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!