Thanks a lot, both of you. I tried the LSmeans statement, but I need to adjust for the baseline value also (Theres some clinical important baseline differences, that might impact the potential reduction) I was told that the statement below gives the mean for the overall group differences on Diabetes distress (DD). Now I want to know if the overall differnce is driven by a better effect in men or women. I attach my outcome table, which might give you an idea of what I need. (The results on sex are not correct). Proc glm data=work.log; class treat; Model PostDD = PreDD/solution clparm; run; I think it might be a quite simple procedure - to you;-) I'm just a novice in SAS.. Is I should use lsmeans, where in the statement should I put it. But importantly, I need to adjust for the baseline (preDD). Thanks Again. BW. Anne Sophie
... View more