Difference between revisions of "R"

From "A B C"
Jump to navigation Jump to search
(Created page with "<div id="APB"> <div class="b1"> R </div> {{dev}} The {{WP|R (programming language)|statistics workbench and programming language}} is an exceptionally well engineered, fre...")
 
m
Line 8: Line 8:
  
  
The {{WP|R (programming language)|statistics workbench and programming language}} is an exceptionally well engineered, free (as in free speech) and free (as in free beer) platform for data manipulation and analysis. The number of functions is large, there is a very large number of community-generated analysis modules that can be simply imported (e.g. the [[Bioconductor]] package for molecular biology data) and whatever function is not available can be easily programmed. Being able to filter and manipulate data through programming to prepare it for analysis is an absolute requirement in research-centric fields such as ours, where the strategies for analysis are constantly shifting and prepackaged solutions become obsolete almost faster than they can be developed. Besides numerical analysis, R has very powerful and flexible functions for plotting graphical output.
+
The {{WP|R (programming language)|R statistics environment and programming language}} is an exceptionally well engineered, free (as in free speech) and free (as in free beer) platform for data manipulation and analysis. The number of functions that are included by default is large, there is a very large number of additional, community-generated analysis modules that can be simply imported from dedicated sites (e.g. the [[Bioconductor]] package for molecular biology data), or via the [http://cran.r-project.org/ CRAN network], and whatever function is not available can be easily programmed. Being able to filter and manipulate data through programming to prepare it for analysis is an absolute requirement in research-centric fields such as ours, where the strategies for analysis are constantly shifting and prepackaged solutions become obsolete almost faster than they can be developed. Besides numerical analysis, R has very powerful and flexible functions for plotting graphical output. ([http://www.r-project.org/ R project homepage])
  
  

Revision as of 13:04, 25 January 2012

R


This page is a placeholder, or under current development; it is here principally to establish the logical framework of the site. The material on this page is correct, but incomplete.


The R statistics environment and programming language is an exceptionally well engineered, free (as in free speech) and free (as in free beer) platform for data manipulation and analysis. The number of functions that are included by default is large, there is a very large number of additional, community-generated analysis modules that can be simply imported from dedicated sites (e.g. the Bioconductor package for molecular biology data), or via the CRAN network, and whatever function is not available can be easily programmed. Being able to filter and manipulate data through programming to prepare it for analysis is an absolute requirement in research-centric fields such as ours, where the strategies for analysis are constantly shifting and prepackaged solutions become obsolete almost faster than they can be developed. Besides numerical analysis, R has very powerful and flexible functions for plotting graphical output. (R project homepage)



Further reading and resources