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: add ref card)
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

Revision as of 02:14, 10 August 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!