由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 有没有办法取代SAS。
相关主题
讲讲perl吧。SAS memory management
SAS新手请教一个关于数据导出的问题[合集] 生统硕士可以申请DATA MANAGEMENT码?
求推荐Python, R方面的书offer 求建议
[合集] SAS array problem为什么有的公司喜欢用Unix SAS?
新手问一下R,求建议SAS 8.2版本的一个data manipulation问题
这里版主版副都是搞SAS的[分享]sas官方教材and高级编程教材
[合集] 问个SAS和R的问题[改标题,发包子] 想从Charlotte到dallas找工作,给点意见!!! (转载)
SAS高分通过经验分享【包子】生成RAW SAS DATASET问题
相关话题的讨论汇总
话题: sas话题: python话题: data话题: c++
进入Statistics版参与讨论
1 (共1页)
q**j
发帖数: 10612
1
总是用SAS,但是发现SAS有时候速度比较慢,而且每个package分开算钱,烦得很。请
问有没有人打算取代SAS。我试过R and matlab。都不行。请问java和python行不行?
有没有相应的工具包?
f***a
发帖数: 329
2
what kind of job that SAS can do but R cant ah?

【在 q**j 的大作中提到】
: 总是用SAS,但是发现SAS有时候速度比较慢,而且每个package分开算钱,烦得很。请
: 问有没有人打算取代SAS。我试过R and matlab。都不行。请问java和python行不行?
: 有没有相应的工具包?

q**j
发帖数: 10612
3
programs dealing with huge data sets. R can not handle very large data, at
least on Windows operating system.

【在 f***a 的大作中提到】
: what kind of job that SAS can do but R cant ah?
p********a
发帖数: 5352
4
No way.java和python are for application developing.
q**j
发帖数: 10612
5
which language people use to write SAS? It might be c or c++. i took a look
at python, and it seems that there is nothing preventing us from using it to
write analytical programs. same is true for java. we just need some tool-box
ready.
just did a search:
http://jet.codehaus.org/
but it looks very primitive.

【在 p********a 的大作中提到】
: No way.java和python are for application developing.
f***a
发帖数: 329
6
borrow the strength of some database package, R can also handle huge data I
guess.
other that this, anything else SAS beats R? reliablity?

【在 q**j 的大作中提到】
: programs dealing with huge data sets. R can not handle very large data, at
: least on Windows operating system.

q**j
发帖数: 10612
7
which database package are you talking about?

I

【在 f***a 的大作中提到】
: borrow the strength of some database package, R can also handle huge data I
: guess.
: other that this, anything else SAS beats R? reliablity?

o****o
发帖数: 8077
8
customer support
for analysis using very large data, SAS has its advantage, both in
robustness and speed

I

【在 f***a 的大作中提到】
: borrow the strength of some database package, R can also handle huge data I
: guess.
: other that this, anything else SAS beats R? reliablity?

s*****n
发帖数: 2174
9
Theoretically, Python can do almost everything C/C++ can do, regardless of
the performance though. So if you want to re-implement from the ground,
Python/Java should be both capable.
But the real questions is: Are most of your work data manipulation or
statistics?
For data manipulation, SAS is probably even worse than R. You probably want
to use Python/Perl, or even C/C++.
For statistics, why kind of task that can be done in SAS, but not in R? R
has some drawback on huge data handling, but there
c*******o
发帖数: 8869
10
编程版有个语言的排名,可以参考一下
http://www.tiobe.com/content/paperinfo/tpci/index.html

want
case

【在 s*****n 的大作中提到】
: Theoretically, Python can do almost everything C/C++ can do, regardless of
: the performance though. So if you want to re-implement from the ground,
: Python/Java should be both capable.
: But the real questions is: Are most of your work data manipulation or
: statistics?
: For data manipulation, SAS is probably even worse than R. You probably want
: to use Python/Perl, or even C/C++.
: For statistics, why kind of task that can be done in SAS, but not in R? R
: has some drawback on huge data handling, but there

相关主题
这里版主版副都是搞SAS的SAS memory management
[合集] 问个SAS和R的问题[合集] 生统硕士可以申请DATA MANAGEMENT码?
SAS高分通过经验分享offer 求建议
进入Statistics版参与讨论
A*******r
发帖数: 194
11
You want to take out an industrial standard? You have to ask if all these
companies would like to pay time, money, resources for that.
If you want an industrial job, you'd better be good at SAS.
This is not about what language is better.
c********r
发帖数: 520
12
上 C/C++ 自己写procedure 和 function ,如果你不嫌烦的话
q**j
发帖数: 10612
13
I am very familiar with SAS. Now I want to learn something to replace it. So
I can easily transfer my skills to everywhere else. Also if I later have a
business myself, I do not want to pay money to SAS.
What I am concerned about is exactly data manipulation part, because I think
R can do stat analysis very well. Are you aware of any data manipulation
package that works well with python (preferred) or java?
Also I am not sure about R's optimization tools. Are you aware of any good
optimization t
a**a
发帖数: 8
14
Actually, for Research, especially for research in bioinformatics/
computational biology, R is the first choice and SAS is the last choice.
s*****n
发帖数: 2174
15
For data manipulation, you do not really need any packages.
All you need is the general programming philosophy, such as
1) read and write data flow
2) string parsing and object converting
3) flow control, if-else-for-while, etc.
4) communicating with other platform, such as SQL, file system, etc.
Python, Java, C/C++ are all good at these kind of tasks. If you want
heavy-duty data manipulation, you should pick one of those. For light-duty
data manipulation, I feel R is the best, because it is dat

【在 q**j 的大作中提到】
: I am very familiar with SAS. Now I want to learn something to replace it. So
: I can easily transfer my skills to everywhere else. Also if I later have a
: business myself, I do not want to pay money to SAS.
: What I am concerned about is exactly data manipulation part, because I think
: R can do stat analysis very well. Are you aware of any data manipulation
: package that works well with python (preferred) or java?
: Also I am not sure about R's optimization tools. Are you aware of any good
: optimization t

f***a
发帖数: 329
16
very nice~
/bow yi ge

implemented

【在 s*****n 的大作中提到】
: For data manipulation, you do not really need any packages.
: All you need is the general programming philosophy, such as
: 1) read and write data flow
: 2) string parsing and object converting
: 3) flow control, if-else-for-while, etc.
: 4) communicating with other platform, such as SQL, file system, etc.
: Python, Java, C/C++ are all good at these kind of tasks. If you want
: heavy-duty data manipulation, you should pick one of those. For light-duty
: data manipulation, I feel R is the best, because it is dat

o****o
发帖数: 8077
17
Python is also a good alternative to R

So
a
think

【在 q**j 的大作中提到】
: I am very familiar with SAS. Now I want to learn something to replace it. So
: I can easily transfer my skills to everywhere else. Also if I later have a
: business myself, I do not want to pay money to SAS.
: What I am concerned about is exactly data manipulation part, because I think
: R can do stat analysis very well. Are you aware of any data manipulation
: package that works well with python (preferred) or java?
: Also I am not sure about R's optimization tools. Are you aware of any good
: optimization t

k*****y
发帖数: 221
18
//bow
新人牛啊!

【在 q**j 的大作中提到】
: 总是用SAS,但是发现SAS有时候速度比较慢,而且每个package分开算钱,烦得很。请
: 问有没有人打算取代SAS。我试过R and matlab。都不行。请问java和python行不行?
: 有没有相应的工具包?

1 (共1页)
进入Statistics版参与讨论
相关主题
【包子】生成RAW SAS DATASET问题新手问一下R,求建议
Job Opening: Sr/Jr Statistical Analyst in Dallas area这里版主版副都是搞SAS的
求助:data manipulation的一个问题[合集] 问个SAS和R的问题
SAS help: string manipulationSAS高分通过经验分享
讲讲perl吧。SAS memory management
SAS新手请教一个关于数据导出的问题[合集] 生统硕士可以申请DATA MANAGEMENT码?
求推荐Python, R方面的书offer 求建议
[合集] SAS array problem为什么有的公司喜欢用Unix SAS?
相关话题的讨论汇总
话题: sas话题: python话题: data话题: c++