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: how to get the marginal effects after probit in an excel sheet
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: how to get the marginal effects after probit in an excel sheet
Date
Tue, 30 Mar 2010 22:15:10 +0200
<>
*******
sysuse auto, clear
cap which estout
if _rc ssc inst estout
probit foreign weight length rep78
estpost margins, dydx(*) atmeans quietly
esttab using myfile.csv, cell("b se") replace
!start myfile.csv
*******
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Urmi Bhattacharya
Sent: Dienstag, 30. März 2010 21:11
To: [email protected]
Subject: st: how to get the marginal effects after probit in an excel sheet
Hi,
This is probably a stupid question.
I run a probit and then a margins atmeans
how do i get the marginal effects in an excel sheet?Are there any
stata command for that?
Thanks
Urmi
*
* 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/