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]

st: Estout with multiple discrete choice estimates (w/ example)


From   Dorothy Bridges <[email protected]>
To   [email protected]
Subject   st: Estout with multiple discrete choice estimates (w/ example)
Date   Fri, 24 Aug 2012 18:16:55 -0700

I am having a problem referencing equation numbers in estout.
Specifically, this works:

*This works:
sysuse voter, clear
eststo clear
label drop candidat
eststo: mprobit candidat inc
esttab using "LAPOP/Tables/Voter.tex", b(a2) replace drop(2: 3:)

BUT

*But this produces the error "equation 2 not found"
eststo clear
gen clinton=(candidat==2)
eststo: logit clinton inc
eststo: mprobit candidat inc
esttab using "LAPOP/Tables/Voter2.tex", b(a2) replace drop(2: 3:)

I'm guessing that this has something to do with the fact that I have
to reference est2 in the drop() option, but I can't find any examples
of (or documentation about) this.  Your assistance would be deeply
appreciated.
*
*   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