Really simple wish:
Can we have range (difference between max and min) reported by summarize ?
The monitors are now wide enough to accommodate a few more (imho, useful) statistics:
There are a few of stats in tabstat, that can become options for summarize as well. Some of them (like range) don't require much additional computations (range, cv) or are available in r() anyway (sum).
Would it also be possible to have tabstat *, stats(*) ?
Often faster then listing stats one after another.
Thank you, Sergiy Radyakin
Can we have range (difference between max and min) reported by summarize ?
The monitors are now wide enough to accommodate a few more (imho, useful) statistics:
Code:
. summarize Variable | Obs Mean Std. Dev. Min Max Range -------------+------------------------------------------------------------------- y | 14 38.89876 .0002532 38.89841 38.8993 .000887 x | 14 -77.04115 .0002442 -77.0416 -77.04089 .000712
Would it also be possible to have tabstat *, stats(*) ?
Often faster then listing stats one after another.
Thank you, Sergiy Radyakin
Comment