|
Hi,
If I run a model like this, where treatment has only two categories
proc genmod ;
class cow treatmen;
model sickness = treatment/dist=binomial type3;
repeated subject=cow /type=cs;
run;
Do I need to look at the p-values for the type3 test or at Analysis Of
GEE Parameter Estimates? I found sometimes the p-values are similar,
but some other times aren't, and they may run into conflict.... for
instance, treatment could be significant only in one of the tests...
Thanks!
|