Hi, I'm doing a repeated-measures analysis with this sample dataset:

This is the code of the analysis and returns of the error code:
but when I search what r(9131) is, I can't find any reference to it.
fyi, I did the same exact commands with the other groups (the other groups have 3 measurements i.e., 30, 60, 90, while this group has 4 measurements i.e., 30, 60, 90, 180). Am I missing something?
TIA
This is the code of the analysis and returns of the error code:
Code:
anova y a / id|a x_days a#x_days if treatment == 1, repeated(id x_days) r(9131);
fyi, I did the same exact commands with the other groups (the other groups have 3 measurements i.e., 30, 60, 90, while this group has 4 measurements i.e., 30, 60, 90, 180). Am I missing something?
TIA
Comment