I tried to reorder some variables in my dataset for better overview which worked fine in most cases. However when i tried
(these are three different variables that sould be ordered after the var "b". Sorry for the bad readability)
I got
. Since I am relatively new I assume that is not a bug, but rather a mistake on my side but I could not find any solution to this.
Could you please explain my mistake and how to do this correctly? I guess it is due to my variable naming, and if so, is there another way to do it besides renaming them?
Greetings,
Tobias
Code:
order b_d b_o b_s, after(b)
I got
factor-variable and time-series operators not allowed
Could you please explain my mistake and how to do this correctly? I guess it is due to my variable naming, and if so, is there another way to do it besides renaming them?
Greetings,
Tobias
Comment