Dear all,
I am new to the forum and I have tried to find another post about ANOVA repeated measures but haven't been able to find one. So here is my question and I'd be very thankful if there is someone who can help me out with this one!
I am trying to execute a OneWay ANOVA with repeated measures, on a dataset that I obtained after measuring two locations of a prosthesis (repeated measures because I measured Resistance on Location 1 and then Location 2) and I am trying to compare Fractura Resistance (Dependent Variable -y: called Resistance) in three different groups (0,1,2). This is my dataset:
list, sepby (GROUP)
+--------------------------------------+
| GROUP Location Resist~e
|--------------------------------------|
1. | 0 1 1490 0 |
2. | 0 2 1890 0 |
3. | 0 1 1778 0 |
4. | 0 2 2260 0 |
5. | 0 1 1650 0 |
6. | 0 2 2140 0 |
7. | 0 1 1660 0 |
8. | 0 2 2270 0 |
9. | 0 1 1440 0 |
10. | 0 2 2180 0 |
|--------------------------------------|
11. | 1 1 1470 0 |
12. | 1 2 1640 0 |
13. | 1 1 1630 0 |
14. | 1 2 1290 0 |
15. | 1 1 1564 0 |
16. | 1 2 1390 0 |
17. | 1 1 1530 0 |
18. | 1 2 1510 0 |
19. | 1 1 1540 0 |
20. | 1 2 1480 0 |
|--------------------------------------|
21. | 2 1 674 0 |
22. | 2 2 801 0 |
23. | 2 1 860 0 |
24. | 2 2 969 0 |
25. | 2 1 893 0 |
26. | 2 2 1040 0 |
27. | 2 1 840 0 |
28. | 2 2 805 0 |
29. | 2 1 730 0 |
30. | 2 2 997 0 |
+--------------------------------------+
But when I execute the ANOVA command, the error message pops up:
anova Resistance GROUP Location, repeated(Location)
could not determine between-subject basic unit; use bseunit() option
r(422);
Can anyone, please, let me know what am I doing wrong? And also, what kind of post-hoc estimation can I use to find differences between the groups? Kind regards.
I am new to the forum and I have tried to find another post about ANOVA repeated measures but haven't been able to find one. So here is my question and I'd be very thankful if there is someone who can help me out with this one!
I am trying to execute a OneWay ANOVA with repeated measures, on a dataset that I obtained after measuring two locations of a prosthesis (repeated measures because I measured Resistance on Location 1 and then Location 2) and I am trying to compare Fractura Resistance (Dependent Variable -y: called Resistance) in three different groups (0,1,2). This is my dataset:
list, sepby (GROUP)
+--------------------------------------+
| GROUP Location Resist~e
|--------------------------------------|
1. | 0 1 1490 0 |
2. | 0 2 1890 0 |
3. | 0 1 1778 0 |
4. | 0 2 2260 0 |
5. | 0 1 1650 0 |
6. | 0 2 2140 0 |
7. | 0 1 1660 0 |
8. | 0 2 2270 0 |
9. | 0 1 1440 0 |
10. | 0 2 2180 0 |
|--------------------------------------|
11. | 1 1 1470 0 |
12. | 1 2 1640 0 |
13. | 1 1 1630 0 |
14. | 1 2 1290 0 |
15. | 1 1 1564 0 |
16. | 1 2 1390 0 |
17. | 1 1 1530 0 |
18. | 1 2 1510 0 |
19. | 1 1 1540 0 |
20. | 1 2 1480 0 |
|--------------------------------------|
21. | 2 1 674 0 |
22. | 2 2 801 0 |
23. | 2 1 860 0 |
24. | 2 2 969 0 |
25. | 2 1 893 0 |
26. | 2 2 1040 0 |
27. | 2 1 840 0 |
28. | 2 2 805 0 |
29. | 2 1 730 0 |
30. | 2 2 997 0 |
+--------------------------------------+
But when I execute the ANOVA command, the error message pops up:
anova Resistance GROUP Location, repeated(Location)
could not determine between-subject basic unit; use bseunit() option
r(422);
Can anyone, please, let me know what am I doing wrong? And also, what kind of post-hoc estimation can I use to find differences between the groups? Kind regards.
Comment