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]
st: RES: psmatch2 printing results
From
"Henrique Neder" <[email protected]>
To
<[email protected]>
Subject
st: RES: psmatch2 printing results
Date
Sun, 29 Apr 2012 19:57:17 -0300
I think that the most practical way is the using of the post commands to
create an external .dta file and the saved results of the psmatch2. Do
<ereturn list> after psmatch2 to see the saved results and input them in the
post commands. An example is:
postfile pareamento str40 modelo str40 variavel str60 metodo att satt
///
using "c:\PCT2006\DADOS2006\RESULTADOS PAREAMENTO" , replace
psmatch2 grupo,
///
outcome($DIF)
///
neighbor(1) common pscore(psc17_4) caliper(.25) trim(5)
post pareamento ("$MODELO") ("$VARIAVEL") ("$METODO") (r(att_$DIF))
(r(seatt_$DIF))
Henrique Neder
Professor Associado - Instituto de Economia
Universidade Federal de Uberlândia
(34) 32309564
Av João Naves de Avila, 2121 Campus Santa Monica
38400-902 Uberlândia MG
-----Mensagem original-----
De: [email protected]
[mailto:[email protected]] Em nome de Jenniffer Solorzano
Mosquera
Enviada em: Sunday, April 29, 2012 5:24 PM
Para: [email protected]
Assunto: st: psmatch2 printing results
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.
Thanks for any advice!
*
* 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/
*
* 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/