BookmarkSubscribeRSS Feed
lizzy28
Quartz | Level 8

Hi everyone,

 

Given thee time points, is it possible to run repeated measure ANOVA without a control group? Basically I have a couple of variables (score1, score2) for the same group of observations and score1 and score2 were measured three times at three different time points after an intervention. I want to see if score1 and score2 show any change pattern over time and if the changes were significant.

 

Below is the table of the means at three time points:

Variable N Mean
T1 T2 T3
score1 107 26.6 27.7 27.8
score2 107 19.5 20.2 19.7

 

I've done something similar before, but still not quite sure whether I should use PROC ANOVA, PROC GLM or PROC MIXED.
 

Thanks a lot!

Lizi

3 REPLIES 3
PaigeMiller
Diamond | Level 26

Here is an example using PROC GLM

https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=statug&docsetTarget=statu...

 

This assumes you have the raw data, and not just the means you showed. The conversion to a logarithmic scale in the example probably isn't necessary for your situation.

--
Paige Miller
lizzy28
Quartz | Level 8
Thank you!

The thing is that my data does not have any comparison group fir CLASS statement. The purpose of my analysis is to see if the 107 observations experienced any significant change pattern over the three time points on their two measures. That means I only need within effects.

The example you showed actually compares the repeated measures between different groups.
PaigeMiller
Diamond | Level 26

Oh, I missed that.

 

I believe that this experiment now ought to be considered a multivariate repeated measures experiment, something I really have no experience with. However, you are correct that there should be no CLASS statement and score1 and score2 belong on the left hand side of the equal sign in the MODEL statement, while Time goes on the right side of the model statement. 

 

But beyond that, I have no experience.

--
Paige Miller

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 3 replies
  • 1412 views
  • 0 likes
  • 2 in conversation