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: upgrade for ubuntu)
Line 28: Line 28:
** 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
** 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!