Thanks Mark! That worked. Alternatively,
the -estimates- option -change- does the trick.
Devra
*******************
use http://fmwww.bc.edu/ec-p/data/hayashi/griliches76.dta
xi i.year
ivreg2 lw s expr tenure rns smsa _I* (iq=med kww age mrt), savefprefix(f)
estout f*
estimates change fiq, title(New title)
estout f*, mlabels(,title)
estout f*, ml("Label text")
*****************
On 9/16/2009 7:40 PM Schaffer, Mark E wrote:
Devra,
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Devra Golbe
Sent: 17 September 2009 00:20
To: statalist
Subject: st: estout & ivreg2: title for first-stage results
The following code produces a table with the header fiq_b.
Is there a way to give the first stage results an arbitrary
title (eg, Model1), rather than fiq_b?
The -estout- option -mlabels- should do what you want:
estout f*, ml("Label text")
--Mark
Thanks,
Devra
********
use http://fmwww.bc.edu/ec-p/data/hayashi/griliches76.dta
xi i.year
ivreg2 lw s expr tenure rns smsa _I* (iq=med kww age mrt),
savefprefix(f) estout f*
--
______________________________________ Devra L. Golbe, Professor of
Economics Hunter College 695 Park Ave.,NY, NY 10065 voice: 212-772-5408
fax: 212-772-5398 http://econ.hunter.cuny.edu/faculty/golbe
*
* 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/