BookmarkSubscribeRSS Feed
always-good
Obsidian | Level 7
Hello everyone,
Please have a quick question to know:
A statistical model with repeated measurement could be mixed  or GLM model?
 
 
 
 
 
Entrer
 
Jihène
 
 
 
 
 
1 REPLY 1
Ksharp
Super User
Could be both mixed and GLM model.

For GLM it is MANOVA ,and it is obsoleted model.
Check the documentation of PROC GLM,there is an example about it.
Example 53.7: Repeated Measures Analysis of Variance
proc glm;
class Drug Depleted;
model LogHistamine0--LogHistamine5 =
Drug Depleted Drug*Depleted / nouni;
repeated Time 4 (0 1 3 5) polynomial / summary printe;
run;

Try MIXED model now.

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 689 views
  • 1 like
  • 2 in conversation