作者andersonhaha (好山好水 多健康)
看板Statistics
標題[討論] SAS matched or adjusted 變項?
時間Mon May 18 16:53:00 2015
matched or adjusted variables ?
研究中,有 matched variable, adjusted variable;
1. 在文章中的圖表說明要把 matched 變項及 adjusted 變項都放入嗎?
2. 還是圖表只放入 adjusted 變項,matched 變項在統計敍述中說明
SAS 程式 (己 matching age, gender, 要 adjusted income,urban)
PROC PHREG DATA=dm covs(aggregate);
income (param=ref ref='0')
urban (param=ref ref='4') ;
MODEL time*cv(0)=income urban /risklimits;
ID case_num;
RUN;
case_num 是配對過程中,case 和相對應的 control 編號
SAS 指令中以
ID 來指配對變項,還是
strata? 這二者有還不同?
謝謝!
--
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 59.126.60.2
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Statistics/M.1431939183.A.90D.html
※ 編輯: andersonhaha (59.126.60.2), 05/18/2015 16:55:06