数学建模社区-数学中国

标题: 什么是R软件 [打印本页]

作者: 厚积薄发    时间: 2011-6-7 20:18
标题: 什么是R软件
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now 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 S runs unaltered under R.
6 m4 Q* F3 M% Q4 C% l1 u' n; k$ \R provides a wide variety of 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.
/ |2 q& ~; O4 f( p5 ?; U7 @+ @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.
' P# H0 [' P% k4 ZR 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.! K4 a5 n8 I' D/ R3 |- A
The R environment
6 c* ]5 s4 a8 Q, R
: @$ W" A* S) n6 p0 h, rR is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes6 w8 Y4 d5 U5 a- M3 c
an effective data handling and storage facility,
  N8 I/ I$ P  S. o; Aa suite of operators for calculations on arrays, in particular matrices,
9 t" ]( K. |+ H0 y1 G7 Qa large, coherent, integrated collection of intermediate tools for data analysis,7 \( |1 q5 a6 _. _) g0 ~! Y" q  F+ b$ a# B
graphical facilities for data analysis and display either on-screen or on hardcopy, and
# I8 P+ w# e+ J) D  H2 R; z0 V  Qa well-developed, ** and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.# l6 o) y1 |/ q& F( x) F/ n
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.
; f9 _7 u  Y/ d" E- O1 Q0 V0 U4 q$ VR, like 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, C++ and Fortran code can be linked and called at run time. Advanced users can write C code to manipulate R objects directly.  q( V- j6 w, e+ Z3 S4 R4 t
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 CRAN family of Internet sites covering a very wide range of modern statistics.
5 k: e3 z/ N& u' Q( A7 U7 U, mR has its own LaTeX-like documentation format, which is used to supply comprehensive documentation, both on-line in a number of formats and in hardcopy.
( u! c( g- ~- \6 R1 T: B: ?( i
作者: 坏孩子二世    时间: 2011-6-7 21:23
坏孩子二世邀请您访问数学中国社区6 p' P# J" O/ h: p: U+ H
http://www.madio.net/?fromuid=333393
作者: 巧云225    时间: 2011-6-7 22:41
全是英文呀
作者: huangfenli    时间: 2011-8-10 12:59
R软件不错 统计性能很好 还有很多软件包
作者: chinayang    时间: 2011-9-14 19:31
额,我英语还没过级呢,有点困难啊
作者: zhangweiqhnu    时间: 2011-9-26 17:10
不错!可以用一下
作者: yinbaoli    时间: 2011-9-29 22:41
R软件是一种用于统计计算和绘图的语言环境。它遵照GNU计划,且与S语言环境类似。S语言由贝尔实验室工作者John Chambers及其同事开发。R可被认为是S语言的另一种实现,虽然它们之间有些重要区别,但是许多S中的代码可以毫无修改地在R中运行。0 q- Z1 N/ ^$ Q
& E; J$ e$ @' `, ]( U! d
R软件不仅提供了丰富的统计与绘图技术,包括线性与非线性建模,经典统计检测,时间序列分析,分类,聚类等,而且具有高度可扩展性。S语言是统计方法 轮研究方面的得力工具,而R则以开放源码的方式促使人们更好的加入其中。* n* }3 h0 D9 p4 G
, F8 ~. Y3 j, W; J1 q8 l! \% J
R的优势之一在于应用简洁的操作即可输出精巧优质的图像,其中甚至包括数学符号和公式。R精心考虑了控制图像因素的每一个预设值,工作人员尽管可以随心所欲地改变其值,但少许的改动已经足够了。* M7 q& l; U1 b- L! P# B

4 V3 I: T. ~6 G+ m. @/ N: YR遵循自由软件基金会GNU协议,是一款代码开源软件。它可在UNIX平台及其类似系统(包括FreeBSD和Linux),Windows和Mac系统上编译与运行。
9 e  @8 k+ q, p) @  {$ H: N' w4 ^- \: }$ g' ]8 l
R的运行环境
/ ?( t- _4 `4 B2 a- I, b  H9 {: |8 D7 l" {& y
R是一套完整的数据处理、计算和制图软件系统。其功能包括:数据存储和处理系统;数组运算工具(其向量、矩阵运算方面功能尤其强大);完整连贯的统计分析工具;优秀的统计制图功能;简便而强大的编程语言(条件控制,循环语句,自定义递归函数以及输入输出设备)。. I) N+ ~- S2 Z+ l

% V' L. E5 g) ?使用“环境”(Environment)一词意在区别于其它为具体问题而设计(因而应用有限)的数据分析软件,R是完整的、一致连贯的系统。
  X2 M  e2 l/ _2 P/ m. L3 S4 |+ R2 g% F: h
正如S,R允许用户借助高级计算机语言编写函数以扩充其功能。因此用户更容易理解其选择的算法。对于复杂的计算工作,R可以在运行时调用C,C++或Fortran代码。高级用户可以编写C代码直接操纵R中的对象。
: Z4 ~$ c( i: c) k(译者注:以上仅供参考!)
作者: 1546397057    时间: 2011-11-1 17:18
听起来不错嘛
作者: henghaiqing    时间: 2011-11-7 17:40
R是好东东,正在努力学习中···
作者: jimmy_liang    时间: 2011-11-9 11:09
哪里有得下~~~~
作者: zj-jscsbao    时间: 2011-11-29 12:51
What's the difference between R and S-Plus?
作者: 陈了    时间: 2011-12-28 20:52
jimmy_liang 发表于 2011-11-9 11:09 3 l" O; m- p. m( C& @9 K- W
哪里有得下~~~~

# ]8 A3 q$ R5 f' l* z: Awww.r-project.org
作者: alair003    时间: 2012-2-6 11:03
好帖!知己知彼百战百胜4920062476950681
作者: schnee    时间: 2012-2-6 16:21
顶!!!!!!!
作者: friend887377    时间: 2012-3-17 14:48
有较全面的中文介绍吗
作者: txwgzyzz    时间: 2012-5-18 01:52
就是不太顺手啊
作者: 猪头3爷    时间: 2012-7-3 13:08
好东西啊!!
作者: 宝宝熊猫    时间: 2012-7-8 11:38
好东西啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
作者: 宝宝熊猫    时间: 2012-7-8 13:43
好东西啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
作者: bobochen1979    时间: 2012-7-10 04:51
正在努力学习R
作者: Herous(OL)    时间: 2012-8-24 23:07
过了六级看着也有难度啊!
作者: 都市赶牛车    时间: 2012-12-3 12:33
楼主辛苦了
作者: 路过而已    时间: 2012-12-3 16:12
我们这在教这个...
作者: warmsnowman    时间: 2012-12-19 16:15
R现在的资料太少了
作者: 吸管    时间: 2013-1-19 19:41
R挺好的,简单好用。主要是免费,不存在盗版问题!
作者: taoranzyn    时间: 2013-1-25 17:49
看不懂~~~~~~~~~~~~~~~~~~~~~~~~
作者: taoranzyn    时间: 2013-1-25 17:49
唉~~~~~~~~~~~~~~~~
作者: 非我莫属    时间: 2013-1-26 09:37
感觉要学的东西好多啊
作者: winxblast    时间: 2013-1-31 10:26
很好,关键是开源
作者: 1345389794    时间: 2015-7-19 23:35
·······················6 h$ p$ c3 ]9 T8 p7 H

作者: 井中月123    时间: 2015-7-20 09:55
楼主写的不错
) q" O$ M( ?) ~2 L9 C
作者: 物流人生    时间: 2020-4-16 00:20

- g1 `1 g* m2 F1 \2 H' ^6 r* Q( M% h+ q* a- f

2 V+ f3 v- N% a谢谢楼主分享!!
8 N/ D' a6 ]" [: G
作者: 花怜    时间: 2025-1-14 21:47
👍
; V* H4 G* [9 g+ g2 K5 S, I* p5 \




欢迎光临 数学建模社区-数学中国 (http://www.madio.net/) Powered by Discuz! X2.5