由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Help: SAS
相关主题
SAS expert help!求救!!! 一个oracl的问题淀
stored procedure help Please.....has anyone used jConnect with Sybase?
Recompile SQL Server Store procedurehelp on store procedure of db2
菜鸟求助: 用 Oracle Sqlldr Control File 能不能改character set?any db2 expert?
what is PL/SQL ?How to let oracle execute a procedure every hour?
Stored Procedure?如何分析Stored Procedure运行时间过长?
请问SQL高手how can i execute pl/sql (or stored procedure) in java??
求救!!! 一个oracle的问题! 在procedure中所涉及的表名可以用变量从参数中传入吗ODBC call wont return output parameter and no err
相关话题的讨论汇总
话题: sas话题: general话题: plus话题: use话题: running
进入Database版参与讨论
1 (共1页)
g*****e
发帖数: 6
1
Somebody ask me something about SAS which I know nothing about. Anybody can
help me? Here is the quote of his question:
when I am doing my data analysis, I use SAS. I'm simply running General
Linear
Models and Logistic regressions. A procedural-based package such as SAS is
quite up to the task. But the problem is that I've been running up against
some limitations of SAS (e.g., the ability to write estimated parameters to
a separate database). I'm wondering if I should move to a more general
f**y
发帖数: 138
2
SAS definetely can write the results of GLM to a separate database.
Check help for LIBNAME.

【在 g*****e 的大作中提到】
: Somebody ask me something about SAS which I know nothing about. Anybody can
: help me? Here is the quote of his question:
: when I am doing my data analysis, I use SAS. I'm simply running General
: Linear
: Models and Logistic regressions. A procedural-based package such as SAS is
: quite up to the task. But the problem is that I've been running up against
: some limitations of SAS (e.g., the ability to write estimated parameters to
: a separate database). I'm wondering if I should move to a more general

b****b
发帖数: 199
3
Sorry that I didn't see this question earlier. It's very straight forward in
SAS V8. Use "ods ouput" plus a table name. I am pretty sure there is
out=dataset option that you can also use to output parameters which is
available in SAS V6.

can
is
against
to
(and

【在 f**y 的大作中提到】
: SAS definetely can write the results of GLM to a separate database.
: Check help for LIBNAME.

n****n
发帖数: 5
4
Bibbub had that good suggestion already. BTW, you can use S-plus, which can
save your model and apply the model to the new data. SAS is a industrial
product, while S-plus is statistican-oriented. A lot of new and advanced
statistical methods, like AVAS,ACE, PPR, are also available in S-plus (Higher
version of SAS, like SAS 9 also added some indirect functions to implement
them). But S-pLus is not good at memory-consuming and large-volumn dataset.

in
the

【在 b****b 的大作中提到】
: Sorry that I didn't see this question earlier. It's very straight forward in
: SAS V8. Use "ods ouput" plus a table name. I am pretty sure there is
: out=dataset option that you can also use to output parameters which is
: available in SAS V6.
:
: can
: is
: against
: to
: (and

1 (共1页)
进入Database版参与讨论
相关主题
ODBC call wont return output parameter and no errwhat is PL/SQL ?
error about identifier is too longStored Procedure?
Help!! Data Access Page in Access请问SQL高手
求教: dba privilage求救!!! 一个oracle的问题! 在procedure中所涉及的表名可以用变量从参数中传入吗
SAS expert help!求救!!! 一个oracl的问题淀
stored procedure help Please.....has anyone used jConnect with Sybase?
Recompile SQL Server Store procedurehelp on store procedure of db2
菜鸟求助: 用 Oracle Sqlldr Control File 能不能改character set?any db2 expert?
相关话题的讨论汇总
话题: sas话题: general话题: plus话题: use话题: running