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: RE: dprobit and est2tex
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
RE: st: RE: dprobit and est2tex
Date
Mon, 26 Apr 2010 20:34:41 +0200
<>
" oh pl it's just a bunch of stolen codes"
I don`t follow. What do you mean?
BTW, -xi- for the _dependent_ variable is probably not what you want to
show, is it?
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Carlos Rodriguez
Sent: Montag, 26. April 2010 20:26
To: [email protected]
Subject: Re: st: RE: dprobit and est2tex
oh pl it's just a bunch of stolen codes
sysuse auto
xi: probit i.foreign length weight
margins, dydx(*) post
est2vec ...
est2tex ...
> 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
> *******
>
*
* 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/