Print all Statistics in one window
Posted: Fri Oct 19, 2012 2:34 am
Hi everyone,
I was just wondering if there is a way in RATS to print all descriptive statistics into one Window to be easily copied into Excel? For example at the moment in my code to get the descriptive statistics I have (as part of the code)
STATS(SMPL=C1) ONE(1)
STATS(SMPL=C1) FIVE(1)
STATS(SMPL=C1) TEN(1)
STATS(SMPL=C2) ONE(2)
STATS(SMPL=C2) FIVE(2)
STATS(SMPL=C2) TEN(2)
The code is long as unfortunately I could not figure out a way to specify the sample of each series. Is there a way i can say get all of the above 6 descriptive stats to print in one report window?
Thanks in advance
I was just wondering if there is a way in RATS to print all descriptive statistics into one Window to be easily copied into Excel? For example at the moment in my code to get the descriptive statistics I have (as part of the code)
STATS(SMPL=C1) ONE(1)
STATS(SMPL=C1) FIVE(1)
STATS(SMPL=C1) TEN(1)
STATS(SMPL=C2) ONE(2)
STATS(SMPL=C2) FIVE(2)
STATS(SMPL=C2) TEN(2)
The code is long as unfortunately I could not figure out a way to specify the sample of each series. Is there a way i can say get all of the above 6 descriptive stats to print in one report window?
Thanks in advance