作者ADIAMO (Angel')
看板Statistics
标题[问题] SAS的Logistic及Tobit
时间Wed Jun 21 00:10:54 2006
想请教大家,如果要跑单尾的logistic及单尾Tobit检定的话,
要怎麽在SAS里面处理呢?
以下是我目前写的程式,相当感谢大家。
如果程式方面有写错的,还请大家告诉我,谢谢。
<Logistic>
PROC logistic ;
model y1=X1 X2 X3 X4 X5;
run;
<Tobit>
proc lifereg data=comp_all;
M2: model y*y(0)= x1 x2 x3 x4 x5 /nolog;
run;
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.119.150.16
※ 编辑: ADIAMO 来自: 140.119.150.16 (06/21 00:27)