Quantcast
Channel: Statistics Help @ Talk Stats Forum - SAS
Viewing all articles
Browse latest Browse all 310

a strange result looking for help:I changed the reference group, the result changed

$
0
0
I used sas mixed procedure, but if I change the reference group, the result wont consistent with each other.




https://dl.dropboxusercontent.com/u/58818440/1.pdf

I just changed the reference group tm=after to tm= before, but the mean value for each group are not equal. Eg. for “A-before ”, in table 1, 4136.75+226.43-225.96-244.39=3892.83, but in table 2, 3744.63+59.1572=3803.78. They are not equal.
sas code:

PROC MIXED DATA= use method=ml order=data ;
class study_id identifier tm ;
MODEL allowp = identifier tm identifier*tm/ solution ;
REPEATED / subject=study_id type=un rcorr;
run;

Viewing all articles
Browse latest Browse all 310

Trending Articles