由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R的设置为什么这么奇怪?
相关主题
PayPal entry-level opening统计专业问题请教,谢谢大家
interaction 在 predictive modeling中的意义几十万的数据,全都聚集在一起,大家都是怎么解决的?
请问在R里面如何increment一整列date?问个sql create table的问题
opt expedite request questions求写一页纸作业(chicago, pay money)
问个random fieldRe: 请推荐nonparametric regression 的入门经典书
问个简单的问题,monte carlo simulation里的probability 数据是从哪儿来的?求书:SAMPLING:DESIGN AND ANALYSIS,LOHR
请教:clinical trial的consulting公司里面sas programmer一般具体做些什么事情啊?谁有SAMPLING:DESIGN AND ANALYSIS,LOHR的习题解答?
很惭愧的问一个简单的regression algebra.请问repeated measure design是做什么的?
相关话题的讨论汇总
话题: object话题: classes话题: additions
进入Statistics版参与讨论
1 (共1页)
e*********6
发帖数: 3453
1
其他语言的一个array或者list之类的都是从0开始算,唯独R是从1开始算。
其他语言对object,包括matrix或者array之类的,都是传递reference,只有R是把整
个value进行copy
内行解释一下为啥?
c********h
发帖数: 330
2
不是内行,随便说两句
matlab啥的也是从index 1开始的吧
See this:
S is rare because it is both interactive and has a system for object-
orientation. Designing classes clearly is programming, yet to make S useful
as an interactive data analysis environment, it makes sense that it is a
functional language. In "real" object-oriented programming (OOP) languages
like C++ or Java class and method definitions are tightly bound together,
methods are part of classes (and hence objects). We want incremental and
interactive additions like user-defined methods for pre-defined classes.
These additions can be made at any point in time, even on the fly at the
command line prompt while we analyze a data set. S tries to make a
compromise between object orientation and interactive use, and although
compromises are never optimal with respect to all goals they try to reach,
they often work surprisingly well in practice.
s*r
发帖数: 2757
K*****2
发帖数: 9308
4
连matlab都没用过?
G**Y
发帖数: 33224
5
推荐:
adv-r.had.co.nz
至于历史,就更长了。R是从lisp发展出来的。所以有很多fp的基因。以前没注意,最
近FP火了,我才发现了。

【在 e*********6 的大作中提到】
: 其他语言的一个array或者list之类的都是从0开始算,唯独R是从1开始算。
: 其他语言对object,包括matrix或者array之类的,都是传递reference,只有R是把整
: 个value进行copy
: 内行解释一下为啥?

1 (共1页)
进入Statistics版参与讨论
相关主题
请问repeated measure design是做什么的?问个random field
[合集] 去银行工作学DOE有没有用?问个简单的问题,monte carlo simulation里的probability 数据是从哪儿来的?
问问题请教:clinical trial的consulting公司里面sas programmer一般具体做些什么事情啊?
experimental design很惭愧的问一个简单的regression algebra.
PayPal entry-level opening统计专业问题请教,谢谢大家
interaction 在 predictive modeling中的意义几十万的数据,全都聚集在一起,大家都是怎么解决的?
请问在R里面如何increment一整列date?问个sql create table的问题
opt expedite request questions求写一页纸作业(chicago, pay money)
相关话题的讨论汇总
话题: object话题: classes话题: additions