BookmarkSubscribeRSS Feed
Liz123
Obsidian | Level 7

Hello everyone, 

 

For generalized  linear mixed model analyses, can  there be different number of time points for  each individual or study  participant? I am aware that it accommodates  varying timepoints, but I am not sure about the the number of timepoints. For example, can an individual have  5 timepoints  and another 7 timepoints and another individual 30 timepoints or do they need to have  equal number of timepoints for one to conduct this type of analyses?  Is there a maximum number of timepoints especially for graphical presentation?

Also, can anyone share  resource(s) on how to interpret the SAS Output for  Generalized Linear Mixed Model/ how to report the results? Thank you. 

 

4 REPLIES 4
Ksharp
Super User
“can an individual have 5 timepoints and another 7 timepoints and another individual 30 timepoints”
Yes. You can have different timepoints within different subject.
But you need specify a variable in REPEAT , like:
repeat time/subject=subject type=ar(1);

https://stats.oarc.ucla.edu/other/mult-pkg/introduction-to-generalized-linear-mixed-models/
https://blogs.sas.com/content/iml/2019/12/03/longitudinal-data-response-profile-model.html
https://blogs.sas.com/content/iml/2019/12/05/longitudinal-data-mixed-model.html

could give you a beginning of Mixed Model.
or @SteveDenham could give you more advices .
Liz123
Obsidian | Level 7

@Ksharp This is great! Thank you so much!

jiltao
SAS Super FREQ

Yes, the number of time points can be different across subjects. 

I am not aware of a limit on the number of time points in theory, but practically, it might run out of memory if you have too many time points and you use a complex covariance structure such as UN. Graphically too many time points might make the graph hard to reveal anything. But as long as your computer can handle it, you could have as many time points as you wish.

Output interpretations are provided in many examples in the PROC GLIMMIX documentation. For example,

https://go.documentation.sas.com/doc/en/pgmsascdc/v_046/statug/statug_glimmix_gettingstarted01.htm

https://go.documentation.sas.com/doc/en/pgmsascdc/v_046/statug/statug_glimmix_examples.htm

Hope this helps,

Jill

 

Liz123
Obsidian | Level 7

@jiltao Thank you for this! Highly appreciated!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 4 replies
  • 736 views
  • 4 likes
  • 3 in conversation