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.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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
  • 546 views
  • 1 like
  • 2 in conversation