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: RE: dprobit and est2tex
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: dprobit and est2tex
Date
Mon, 26 Apr 2010 19:42:48 +0200
<>
Both commands are somewhat "old", so you are better of with a new approach:
*******
sysuse auto, clear
capture which estout
if _rc ssc install estout
qui probit foreign length weight
estpost margins, dydx(*)
esttab . using myfile.tex, cell("b se") pr2 page(geometry) replace
!texify -p -c -b --run-viewer myfile.tex
*******
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Marguerite
Duponchel
Sent: Montag, 26. April 2010 19:36
To: [email protected]
Subject: st: dprobit and est2tex
Hi,
I am trying to run est2tex after a xi:dprobit regression.
However the LateX output table shows coefficients and not marginal effects.
Is
there a way to report directly marginal effects into my table?
Thanks
--
Marguerite
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.
*
* 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/