Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Computing mfx


From   Adrian Gonzalez-Gonzalez <[email protected]>
To   [email protected]
Subject   st: RE: Computing mfx
Date   Mon, 26 Apr 2004 10:00:55 -0400

Dear Shqiponj

If you want to compute the marginal effects after probit, you CANNOT chose
for which variables to compute, mfx automatically the marginal effects for
all explanatory variables in the previous estimated model.

For example, the next will compute the marginal effects for school2 school3
school4 (and for any other indepvar that you use), at their means
	probit depvar school2 school3 school4
	mfx compute

If you want to estimate the marginal effects for values different that their
means, lets say 5 7 10, try:

	mfx compute, at (5 7 10)

for additional information try both
	help mfx
	findit mfx

Hope this helps

Adrian

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index