s*******e 发帖数: 370 | 1 想问问应该看那个p-value呢?
我想看看某种病的发病率每年是不是升高。code如下。
proc genmod data=p;
CLASS ID ;
model case=year /dist=nb link=log offset=logpop type3;
repeated SUBJECT=ID/TYPE=AR(1) CORRW;
run;
但是结果有2个p-value可以看。 一个是GEE parameter estimate那里,另外一个是
Score Statistics For Type 3 GEE Analysis。
应该看哪个呢?
非常感谢!
Analysis Of GEE Parameter Estimates
Empirical Standard Error Estimates
Standard 95% Confidence
Parameter Estimate Error Limits Z Pr >
|Z|
Intercept -2.0643 0.0250 -2.1132 -2.0154 -82.70 <.
0001
year 0.0603 0.0046 0.0512 0.0693 13.07 <.
0001
Score Statistics For Type 3 GEE Analysis
Chi-
Source DF Square Pr > ChiSq
year 1 4.47 0.0346 |
w*******n 发帖数: 469 | |
s*******e 发帖数: 370 | 3 谢谢。
那么,如果type3不显著,但是parameter estimate是显著的,那怎么report呢?
比如按照parameter estimate,某种病发病率每年上升5% (95%CI:-6%), p<0.05.
挺好一个story的。
但是type3的p不显著,那么report呢?
谢谢!
【在 w*******n 的大作中提到】 : type3
|
w*******n 发帖数: 469 | 4 if Type3 is not significant, then it could be removed from the model. No
need to report at all. |
s*******e 发帖数: 370 | 5 啊,可是,那个是我们最关心的了。就是想看发病率是不是逐年升高呢。肯定要留在
model里的。。
【在 w*******n 的大作中提到】 : if Type3 is not significant, then it could be removed from the model. No : need to report at all.
|