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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 599 views
  • 0 likes
  • 1 in conversation