一组数据,变量ckd取值为0=无伴随ckd疾病,1=有ckd伴随疾病。用了genmod模型做,不加class命令行时,
                               Analysis Of Parameter Estimates
                                  Standard     Wald 95% Confidence       Chi-
   Parameter    DF    Estimate       Error           Limits            Square    Pr > ChiSq
   Intercept     1      9.4454      0.0409      9.3653      9.5255    53400.9        <.0001
   ckd           1     -0.1044      0.0286     -0.1604     -0.0484      13.37        0.0003
加class行时,
                                Analysis Of Parameter Estimates
                                     Standard     Wald 95% Confidence       Chi-
 Parameter         DF    Estimate       Error           Limits            Square    Pr > ChiSq
 Intercept          1      9.3760      0.0479      9.2822      9.4698    38387.9        <.0001
 ckd          0     1      0.1044      0.0286      0.0484      0.1604      13.37        0.0003
 ckd          1     0      0.0000      0.0000      0.0000      0.0000        .           .
为什么不加class时ckd是负的呢?代表什么意思呢?
加了class后,ckd 估计0.1044的意思是相对于有ckd并发症的费用高了吧?