|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Table of results
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
Ronnie
*
* 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/