Ronnie--
You can collect these items in locals (calling them e.g. r1c1 r1c2
etc. for the eventual row and column they should appear in), then
write a table to the Results window or a file, or you can write a
table to a text file as you go using the -file- command; see e.g.
http://www.stata.com/statalist/archive/2006-04/msg01090.html
On 10/24/07, Ronnie Babigumira <[email protected]> wrote:
> Dear Listers
> I am estimating treatment effects using the -pscore-/-att*- suite of programs (Becker and Ichino, Stata Journal 2,4).
>
> Each of the att* commands leaves behind among other results
> - the treatment effect
> - Standard error
> - t value
>
> though, the macro names are different so for example, for -attnd- they would be
> effect: r(attnd)
> se: r(seattnd)
> t: r(tsattnd)
>
> While -attr- we would have
> effect: r(attr)
> se: r(seattr)
> t: r(tsattr)
>
> I will be trying a number of options and would like to have all the results in one table that would look something like
> this one below
>
> +------------------------------+
> | method | effect | s_e | t |
> |-----------+--------+-----+---|
> | nearneigh | 1000 | 10 | 3 |
> | | . | . | . |
> | | . | . | . |
> +------------------------------+
>
> How can I do this in Stata
>
*
* 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/