Announcement

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

  • How to estimate Marginal effects after running Multivariate probbit in stata?

    I run Mvprobit for three outcome variables and wanted to present my result with Average partial effects. i need support on how to do it in stata? i used the command Mvppred, but i couln't manage to get it. I would appereciate if anyone could help me on the procedures.

  • #2
    Is there anyone in the list who could help me out about the marginal effects estimation for mvprobit?

    Comment


    • #3
      One way to do this for general outcome patterns is to take the estimated parameters (betas, correlations) from mvprobit and use them as arguments (along with the x's) in Mata' mvnormalderiv(...) for continuous predictors or as arguments (along with the x's) in mvnormal(...) for categorical predictors.

      Comment


      • #4

        John Mullahy Thank you very much! I really appreciate As noted by Cappellari and Jenkins I tried to go through the following steps, but couldn’t give me the APE for each predictors. mvppred xb mvppred pall, pall mvppred pmarg, pmarg mvppred stdp, stdp Apologies, if I am asking some silly things

        Comment

        Working...
        X