医用SAS统计分析(五).pptVIP

  • 3
  • 0
  • 约2.25万字
  • 约 74页
  • 2016-12-06 发布于重庆
  • 举报
医用SAS统计分析(五)

表9.11 10对胃癌的1:1配对数据 1 0 0 0 1 0 0 0 0 0 0 3 2 0 2 0 0 0 2 0 1 1 0 1 1 2 0 0 2 0 0 1 2 0 1 2 1 2 2 2 3 3 1 2 1 2 1 1 3 2 1 0 0 1 1 0 1 1 3 2 1 2 3 4 5 6 7 8 9 10 X3 X2 X1 X3 X2 X1 对照 病例 对号 程序 data log1_2; do id=1 to 10; do case=0 to 1; input x1-x3 @@; time=case; output; end; end; cards; 1 3 0 1 0 1 0 3 2 1 3 0 0 1 2 0 2 0 1 2 0 1 0 0 1 1 1 1 2 1 0 2 2 2 0 0 1 1 1 0 0 0 1 1 2 0 0 0 3 3 2 2 2 0 2 2 2 0 0 0 ; proc phreg; model time*case(1)=x1-x3/ ties=discrete selection=stepwise sle=0.25 sls=0.25; strata id; run; The PHREG Procedure Data Set: WORK.LOG1_2 Dependent Variable: TIME 反应变量time Censoring Variable: CASE 截尾变量case Censoring Value(s): 1 截尾值为1 Ties Handling: DISCRETE 结点处理方法为 discrete Summary of the Number of Event and Censored Values Percent Stratum ID Total Event Censored Censored 1 1 2 1 1 50.00 2 2 2 1 1 50.00 ┆      ┆      ┆      ┆     ┆       ┆ 10 10 2 1 1 50.00 -------------------------------------------------------------- Total 20 10 10 50.00 Step 1: Variable X3 is entered. The model contains the following explanatory variables. X3 Testing Global Null Hypothesis: BETA=0 Without With Criterion Covariates Covariates Model Chi-Square -2 LOG L 13.863 7.158 6.705 with 1 DF (p=0.0096) Score . . 5.538 with 1 DF (p=0.0186) Wald . . 3.139 with 1 DF (p=0.0764) Step 2: Variable X2 is entered. The model contains the following explanatory variables. X2 X3

文档评论(0)

1亿VIP精品文档

相关文档