Page 1 of 1

Command for Storing Group Equality test

Posted: Tue Jan 29, 2013 6:51 am
by Asbatronic
I have several series and I want to run equality test by group and store the result of the test (for example ANOVA test and p value) in a table. Currently I use this:
I create a group:
group g1 series01 series02
I run the test
g1.testbtw
I use the freeze commad
freeze(mytab) g1.testbtw
I copy the results in my output table
Table outputable
mytab.copyrange D8 E8 outputable A1 B1

Is there a more efficient way to do this since I want to use for loops?
Thanks

Re: Command for Storing Group Equality test

Posted: Tue Jan 29, 2013 8:40 am
by EViews Gareth
That's about as efficient as it gets :(