GNU R: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
 
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<h1>{{Deutsch}}</h1>
+
<div><div class="thumbcaption" style="float: right;">
 +
http://upload.wikimedia.org/wikipedia/commons/thumb/3/33/RAqua-scrshot1.jpg/250px-RAqua-scrshot1.jpg
 +
Screenshot</div></div>
 +
 
 +
<div><div class="thumbcaption" style="float: right;">
 +
http://www.r-project.org/screenshots/volcano-persp.jpg
 +
3d plot of a volcano</div></div>
  
 
'''GNU R''' ist eine auf vielen [[:de:Plattform_(Computer)|Plattformen]] verfügbare, freie [[:de:Statistik|Statistik]]-Software. Sie ist als [[:de:GNU-Projekt|GNU-Projekt]] unter einer [[:de:GNU General Public License|GNU-Lizenz]] veröffentlicht. Bei der Entwicklung orientierten sich die Entwickler Ross Ihaka und Robert Gentleman an der in den [[:de:Bell Laboratories|Bell Laboratories]] entwickelten Sprache zur Verarbeitung statistischer Daten S. Das Projekt startete im Jahre 1992. Bis heute konnte sich R in allen wesentlichen Bereichen der angewandten Statistik etablieren ([http://www.r-project.org/nosvn/foundation/memberlist.html R-Unterstützer]). Im Oktober 2005 erschien die Version 2.2.0. Bei der Entwicklung ist das aus vielen freiwilligen, oft akademischen Helfern bestehende Team inzwischen eigene Wege gegangen. Zwar laufen in S geschriebene Programme in der Regel auch in R und umgekehrt. Im Kern haben sich jedoch Unterschiede entwickelt. Vorreiter ist R in der Erstellung  
 
'''GNU R''' ist eine auf vielen [[:de:Plattform_(Computer)|Plattformen]] verfügbare, freie [[:de:Statistik|Statistik]]-Software. Sie ist als [[:de:GNU-Projekt|GNU-Projekt]] unter einer [[:de:GNU General Public License|GNU-Lizenz]] veröffentlicht. Bei der Entwicklung orientierten sich die Entwickler Ross Ihaka und Robert Gentleman an der in den [[:de:Bell Laboratories|Bell Laboratories]] entwickelten Sprache zur Verarbeitung statistischer Daten S. Das Projekt startete im Jahre 1992. Bis heute konnte sich R in allen wesentlichen Bereichen der angewandten Statistik etablieren ([http://www.r-project.org/nosvn/foundation/memberlist.html R-Unterstützer]). Im Oktober 2005 erschien die Version 2.2.0. Bei der Entwicklung ist das aus vielen freiwilligen, oft akademischen Helfern bestehende Team inzwischen eigene Wege gegangen. Zwar laufen in S geschriebene Programme in der Regel auch in R und umgekehrt. Im Kern haben sich jedoch Unterschiede entwickelt. Vorreiter ist R in der Erstellung  
Zeile 5: Zeile 11:
  
  
* Es existieren [http://cran.au.r-project.org/src/contrib/PACKAGES.html several diverse Packete für den GIS-Bereich].
+
* Es existieren [http://cran.au.r-project.org/src/contrib/PACKAGES.html diverse Packete für den GIS-Bereich].
 
* [http://www.r-project.org/ homepage]
 
* [http://www.r-project.org/ homepage]
  
<h1>{{Englisch}}</h1>
+
= Weblinks =
  
'''R''' is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the [[:en:S programming language|S language]] and environment which was developed at [[:en:Bell Laboratories|Bell Laboratories]] (formerly [[:en:AT&T|AT&T]], now [[:en:Lucent Technologies|Lucent Technologies]]) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for [[:en:S programming language|S]] runs unaltered under R.
+
* [[wikibooks_de:GNU R]]
 
+
* There are existing [http://cran.au.r-project.org/src/contrib/PACKAGES.html several packages] for GIS.
+
* [http://www.r-project.org/ homepage]
+
 
+
R provides a wide variety of [[:en:statistic|statistical]] (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.
+
 
+
One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
+
 
+
R is available as Free Software under the terms of the Free Software Foundation's GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.
+
The R environment
+
 
+
 
+
R is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes
+
 
+
* an effective data handling and storage facility,
+
* a suite of operators for calculations on arrays, in particular matrices,
+
* a large, coherent, integrated collection of intermediate tools for data analysis,
+
* graphical facilities for data analysis and display either on-screen or on hardcopy, and
+
* a well-developed, simple and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.
+
 
+
The term "environment" is intended to characterize it as a fully planned and coherent system, rather than an incremental accretion of very specific and inflexible tools, as is frequently the case with other data analysis software.
+
 
+
R, like [[:en:S programming language|S]], is designed around a true computer language, and it allows users to add additional functionality by defining new functions. Much of the system is itself written in the R dialect of S, which makes it easy for users to follow the algorithmic choices made. For computationally-intensive tasks, [[C]], [CPlusPlus|C++]] and [[Fortran]] code can be linked and called at run time. Advanced users can write C code to manipulate R objects directly.
+
 
+
Many users think of R as a statistics system. We prefer to think of it of an environment within which statistical techniques are implemented. R can be extended (easily) via packages. There are about eight packages supplied with the R distribution and many more are available through the [[:en:CRAN|CRAN]] family of Internet sites covering a very wide range of modern statistics.
+
 
+
R has its own [[:en:LaTeX|LaTeX]]-like documentation format, which is used to supply comprehensive documentation, both on-line in a number of formats and in hardcopy.
+
 
+
= Weblinks =
+
{{Wikibooks1|GNU R}}
+
 
* [http://www.r-project.org Projektseite]
 
* [http://www.r-project.org Projektseite]
 
* [http://www.cran.r-project.org CRAN-Server für Packages und Resourcen]
 
* [http://www.cran.r-project.org CRAN-Server für Packages und Resourcen]
Zeile 47: Zeile 23:
 
* [http://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html Bildergallerie von Paul Murrell]
 
* [http://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html Bildergallerie von Paul Murrell]
 
* ''Siehe auch:'' [[:de:Sweave|Sweave]]
 
* ''Siehe auch:'' [[:de:Sweave|Sweave]]
 +
 +
* [http://www.r-project.org/ The R Project for Statistical Computing]
 +
* [http://www.cran.r-project.org/ The CRAN (Comprehensive R Archive Network) Project]
 +
* [http://www.math.montana.edu/Rweb/ Web-based interface to R]
 +
* [http://www.network-theory.co.uk/R/base/ The R Reference Manual - Base Package] by the R Development Core Team. ISBN 0-9546120-0-0 (vol. 1), ISBN 0-9546120-1-9 (vol. 2)
 +
* [http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl?RwikiHome The R Wiki] User contributed R documentation and [[how to]] information.
 +
* [http://addictedtor.free.fr/graphiques The R Graph Gallery] shows several examples of graphics generated by R
 +
* [http://gentleman.fhcrc.org/ Robert Gentleman's site]
 +
* [http://www.stat.auckland.ac.nz/~ihaka/ Ross Ihaka's site]
 +
* [http://socserv.socsci.mcmaster.ca/jfox/Misc/Rcmdr/ Rcmdr, an open source GUI for R]
 +
* [http://www.sciviews.org/_rgui/projects/Editors.html List of IDEs and script editors for R]
 +
* [http://sourceforge.net/projects/tinn-r/ Tinn-R, an advanced open source script editor for R under Windows]
 +
 +
 +
 +
[[Kategorie:Programmierung]]
 +
[[Kategorie:Statistik]]
 +
[[Kategorie:Statistik]]
 +
[[Kategorie:C]]
 +
[[Kategorie:Cplusplus]]
 +
[[Kategorie:Fortran]]
 +
[[Kategorie:GPL]]
 +
 +
[[de:GNU R]]
 +
[[en:R programming language]]

Aktuelle Version vom 5. Dezember 2006, 11:01 Uhr

GNU R ist eine auf vielen Plattformen verfügbare, freie Statistik-Software. Sie ist als GNU-Projekt unter einer GNU-Lizenz veröffentlicht. Bei der Entwicklung orientierten sich die Entwickler Ross Ihaka und Robert Gentleman an der in den Bell Laboratories entwickelten Sprache zur Verarbeitung statistischer Daten S. Das Projekt startete im Jahre 1992. Bis heute konnte sich R in allen wesentlichen Bereichen der angewandten Statistik etablieren (R-Unterstützer). Im Oktober 2005 erschien die Version 2.2.0. Bei der Entwicklung ist das aus vielen freiwilligen, oft akademischen Helfern bestehende Team inzwischen eigene Wege gegangen. Zwar laufen in S geschriebene Programme in der Regel auch in R und umgekehrt. Im Kern haben sich jedoch Unterschiede entwickelt. Vorreiter ist R in der Erstellung wissenschaftlich fundierter statistischer Grafiken.


Weblinks