SAS中文论坛
标题:
求助:SAS 合并OR值的计算
[打印本页]
作者:
shiyiming
时间:
2003-10-10 20:02
标题:
求助:SAS 合并OR值的计算
请问各位高手:
SAS的freq过程是否可以计算合并OR值和95% CI?
若不能,应用什么过程或如何编程实现?
谢谢! <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
作者:
shiyiming
时间:
2003-10-11 00:31
标题:
自己找到答案啦!
data test;
input g d e f;
cards;
1 1 0 13
1 1 1 31
1 0 0 21
1 0 1 20
2 1 0 3
2 1 1 35
2 0 0 10
2 0 1 31
;
proc freq;
tables g*d*e /chisq cmh;
weight f;
run;
欢迎光临 SAS中文论坛 (http://mysas.net/forum/)
Powered by Discuz! X3.2