Kompal Sinha
> I am using chist to create a frequency distribution table
> with specified
> intervals. Is it possible that I also get mean and standard
> deviation of
> that variable in each interval???
-chist- is a user-written program from Phil
Ender.
You can get what I think you want by
1. copying chist.ado to chist2.ado
2. editing the line
program def chist
to
program def chist2
3. editing the line
tabulate `class'
to
tabulate `class', su(`varlist')
4. saving chist2.ado
5. issuing commands to chist2.
Nick
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/