Page 1 of 1

Tuning the stats table (of a group object)

Posted: Sat Mar 18, 2017 10:21 am
by tho_mi
Hey,

I'd like to show some summary statistics for certain variables. The statistics I get by using the stats command are nice, but not sufficient. I'd like to add certain quantiles of the variables to the table. Is there any possibility to do this?

Thanks in advance!

Best,
Thomas

Re: Tuning the stats table (of a group object)

Posted: Sat Mar 18, 2017 11:20 am
by EViews Gareth
You could write a simple program that creates the table you want, then add it to your add-ins menu to make it available all the time.

Re: Tuning the stats table (of a group object)

Posted: Sun Mar 19, 2017 8:15 am
by tho_mi
The problem is, the code is for a workshop and using add-ins is always a bit of a problem.

I guess that means directly manipulating the table without create it all by myself isn't possible?

Re: Tuning the stats table (of a group object)

Posted: Sun Mar 19, 2017 8:45 am
by startz
You can freeze and name the stats table, and then add new elements to the frozen table.

Re: Tuning the stats table (of a group object)

Posted: Sun Mar 19, 2017 10:06 am
by tho_mi
Thanks, I'll try that!