Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • marginal effects in IVprobit model

    Dear statalist members,
    I am using Ivprobit model to address simultaneity in my regression model where adoption decision is my dependent variable (yes=1 and no=0).
    After running the model ivprobit dep_var exo_vars (endog_var=Instr_var), vce(robust) and estimating the average marginal effects using "margins, dydx(*)", I am getting marginal effects same as my coefficients. Is my syntax correct? Any help in this regard is appreciated.
    Thank you.

  • #2
    The default is the linear prediction. If you want to compute the average marginal effect of your variables on probability of a positive outcome:

    Code:
    margins, dydx(*) predict(pr)

    Comment


    • #3
      Thank you. That helps a lot.

      Comment

      Working...
      X