作者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)