BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I am fitting a repeated measures model using proc mixed, data are from randomized parallel clinical trials with three treatment groups, patients are followed for a few weeks with measurement at each week after baseline. A big percentage of the patients discontiued before the end of the study (dropped out at different visits). Below is the model I try to fit:

Proc mixed;
Class treatment visit patientid;
Model change = baseline_score treatment visit treatment*visit /s;
Repeated visit / subject=patientid type=un;
lsmeans treatment*visit;

I am very puzzled that the lsmeans by visit and treatment from this model fitting are quite different from the raw means, with almost all (except one visit for one group) bigger than the raw means, which is odd. Could someone offer any insight how is this possible (because of the inbalance re discontinuation)? Or something wrong with my proc mixed model? I thought this is a pretty straightforward model.

Any response will be appreciated.

Best,

John
1 REPLY 1
wea
Calcite | Level 5 wea
Calcite | Level 5
Hi John,

have you checked if there is a linear relationship between your outcome variable and visit? If the relation is not linear, you migth want to fit another model.

W

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

Discussion stats
  • 1 reply
  • 1196 views
  • 0 likes
  • 2 in conversation