BookmarkSubscribeRSS Feed
mgx
Obsidian | Level 7 mgx
Obsidian | Level 7

Because I have time dependent covariates and the full covariate conditional mean assumption (Pepe and Anderson, 1994) does not hold, I have fitted a continuous longitudinal response with generalized estimation equations and independent working correlations in PROC MIXED. My code looks like this

proc mixed data=dataset EMPIRICAl ;
class id timeclss;
model responde = time lag1 lag2 lag3 /solution COVB;
repeated  /type=simple subject=ID group=timeclss;
run;

Is it possible to construct prediction intervals for this type of marginal model?

 

Kind regards, 

Margaux

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

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 589 views
  • 0 likes
  • 1 in conversation