作者Kaoru1011 (薰)
看板Statistics
标题[程式] SAS无法正常跑logistic regression
时间Fri Feb 22 11:39:07 2013
如果是跟统计软体有关请重发文章
如果跟论文有关也烦请您重发文章
文章类别是为了帮助大家搜寻资料与解答,造成不便之处请见谅
各位版友好
我的SAS现在无法跑多变项分析
应该说如果我Logistic regression中放入太多变项(超过五项)
就只会显示前五项的结果
後面项目的odds ratio estimate都没出来=___=
例如code这样打:
proc logistic descending data=ee;
model case=testo age bmi gene1 gene2 drinker smoke drinker*smoke;
run;
就只会有testo age bmi gene1 gene2 这五项的odds ratio estimate
观察Log,有以下的文字
WARNING: The SAS/STAT product with which LOGISTIC is associated will be
expiring soon, and is
currently in warning mode to indicate this upcoming expiration.
Please run PROC
SETINIT to obtain more information on your warning period.
我的SAS是去年三月安装的,现在快过期了
这跑logistic 有问题和这个有关系吗?
不过我调了电脑时间後没有跑出快过期的讯息但LOGISTIC依然无法正常跑QQ
麻烦大家了!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.121.239
※ 编辑: Kaoru1011 来自: 140.112.121.239 (02/22 11:42)
1F:推 JeanYCY:应该是因为 後两项 有加interaction term 02/22 15:17
2F:→ JeanYCY:所以不会帮忙算odds ratio 02/22 15:18
3F:推 tew:交乘项要自己先算出新变项放进去跑 02/22 17:31