Hi all,
So I am trying to perform a 1-way repeated measures Anova and a post hoc test on my data. In the data editor, I have:
- variable 1 (labelled as 'id'): the participants id number (1 to 14),
- variable 2 (labelled as 'time'): the time the measurements were made (pre= 1, post 1 min= 2, post 2 min= 3 and post 3 min= 4),
- variable 3 (labelled as 'sbj'): a jump test in centimeters
In the command window I typed 'anova sbj id time, repeated (time)' and it worked.
Now when I want to perform a post hoc test to see where the differences occur I type 'pwcompare time subj time#sbj' BUT it gives me 'variable sbj not found - r(111);'
Does anyone have an idea where the issue may come from?
Thank you all for your precious help
So I am trying to perform a 1-way repeated measures Anova and a post hoc test on my data. In the data editor, I have:
- variable 1 (labelled as 'id'): the participants id number (1 to 14),
- variable 2 (labelled as 'time'): the time the measurements were made (pre= 1, post 1 min= 2, post 2 min= 3 and post 3 min= 4),
- variable 3 (labelled as 'sbj'): a jump test in centimeters
In the command window I typed 'anova sbj id time, repeated (time)' and it worked.
Now when I want to perform a post hoc test to see where the differences occur I type 'pwcompare time subj time#sbj' BUT it gives me 'variable sbj not found - r(111);'
Does anyone have an idea where the issue may come from?
Thank you all for your precious help
Comment