Difference between revisions of "R"

From Testiwiki
Jump to: navigation, search
m
m (See also)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
[[Category:Software]]
 
[[Category:Software]]
[[R]] is a programming language and software environment for statistical computing and graphics that is widely used for statistical and data analysis.
+
[[R]] is a programming language and software environment for statistical computing and graphics that is widely used for statistical and data analysis. It is free software that compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. Off-the-shelf (and through using selected "packages") it is possible to use the software for Monte Carlo simulation, production of complicated graphics (over which the user has complete control) and a host of other applications.
 +
 
 +
== See also ==
 +
 
 +
[[A Tutorial on R]]
  
 
=External links=
 
=External links=
 
*[http://www.r-project.org/ R project home page]
 
*[http://www.r-project.org/ R project home page]
 
*[http://en.wikipedia.org/wiki/R_(programming_language) Wikipedia article on R]
 
*[http://en.wikipedia.org/wiki/R_(programming_language) Wikipedia article on R]
 +
[[category:Intarese]]
 +
[[Category:Tool]]

Latest revision as of 11:36, 23 May 2011

R is a programming language and software environment for statistical computing and graphics that is widely used for statistical and data analysis. It is free software that compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. Off-the-shelf (and through using selected "packages") it is possible to use the software for Monte Carlo simulation, production of complicated graphics (over which the user has complete control) and a host of other applications.

See also

A Tutorial on R

External links