Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: psmatch2 printing results


From   [email protected] (Brendan Halpin)
To   [email protected]
Subject   Re: st: psmatch2 printing results
Date   Sun, 29 Apr 2012 22:03:52 +0100

On Sun, Apr 29 2012, Jenniffer Solorzano Mosquera wrote:

> Hi everyone,
>  
> Is there any already set up code to print the output tables for
> att,atu,ate t-statsitics, p-values, estimators, etc. And also for
> pstest? I have many models running in a loop and it is not efficient to
> print the tables for the paper manually.

psmatch2 returns r(att) and r(seatt) by default. You can get the
atu and ate by adding the option -ate-. 

If you invoke -psmatch2- as -qui: psmatch2- and follow up with a
-display- command like this:

. di "ATT: `r(att)'; SE of ATT: `r(seatt); ATE: `r(ate)'"

you can tailor the output to your needs. 

If you're running a really large number of models, it might be worth
using -postfile- to create a Stata data file of the results. 

Regards,

Brendan
-- 
Brendan Halpin,   Department of Sociology,   University of Limerick,   Ireland
Tel: w +353-61-213147  f +353-61-202569  h +353-61-338562;  Room F1-009 x 3147
mailto:[email protected]    ULSociology on Facebook: http://on.fb.me/fjIK9t
http://teaching.sociology.ul.ie/bhalpin/wordpress         twitter:@ULSociology
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index