Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: xtsum and reporting


From   "Michael Blasnik" <[email protected]>
To   <[email protected]>
Subject   st: Re: xtsum and reporting
Date   Tue, 30 Nov 2004 09:10:24 -0500

I think -tabstat- may do what you want. Perhaps something like this:

tabstat var1 var2 var3 var4 ... varn, stats(n mean sd min max) by(country) col(stat) longstub

You can also check out the recently expanded -tabout- available through SSC. I haven't used it much yet for summary stats, but I think it may prove useful to you if you want output written to a file for exporting.

Michael Blasnik
[email protected]

----- Original Message ----- From: "Andrea Molinari" <[email protected]>
To: <[email protected]>
Sent: Tuesday, November 30, 2004 8:49 AM
Subject: st: xtsum and reporting



Dear Statalisters,

I am in the process of summarising my data, and was wondering if anyone
knows a way of making a table with the criteria stated in the by
command.

For example, I need to report a table for each variable with its mean,
its std. deviation, min and max, and #obs. per country and year (or per
year, depending on the variable).

I\'m sure there should be a much better way than loading the log file in
excel and taking value by value!

Many thanks in advance,
Andrea

Andrea Molinari
PhD in Economics student
University of Sussex
*
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index