| |
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Fw: RE: formatting and exporting ttest results
----- Original Message -----
From: "Hendro Hendratno" <[email protected]>
To: <[email protected]>
Sent: Monday, April 24, 2006 11:58 AM
Subject: Re: RE: formatting and exporting ttest results
Ina,
I have a small ado file to convert estimate means, standard error and
number
of observation into table format. Basically, this ado used the svymean
command to calculate means, se and # obs. Also, you can open the result of
table in the excel using outfile option.
Hendro
----- Original Message -----
From: "Nick Cox" <[email protected]>
To: <[email protected]>
Sent: Wednesday, April 12, 2006 6:50 PM
Subject: st: RE: formatting and exporting ttest results
The short answer is: Evidently not.
However, as a t-test comparing two group means
is really a regression in disguise, you
should be able to use your favourite post-regression
program for this purpose.
Nick
[email protected]
Ina Ganguli
I was wondering whether there is a command (like -outreg-) I can use
to format and export multiple -ttest- results to a .txt file for
easier conversion to tables?
I would like to have results in the following format:
Group1 Group2 Difference
variable1 mean mean mean*
(se) (se) (se)
variable2 mean mean mean*
(se) (se) (se)
etc.
I've seen references to commands that may perhaps be what I need
(-tabexport-, -parmby-?), but I wanted to check whether there is a
program/command out there that would work well for this.
*
* 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/
Attachment:
tabsvy.hlp
Description: Binary data
Attachment:
tabsvy.ado
Description: Binary data