Hi all,
I have a question regarding the PROC GENMOD, with repeated statement output. For example, I ran the 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;
I got the following output. Then which p-value for the "year" should I look for? P from "Score Statistics For Type 3 GEE Analysis"?
Can someone explain this to me?
Thank you,
Wenjun
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