Announcement

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

  • Predicted probability graph from mlogit output

    Hello, I'm currently attempting to create a Predicted Probability graph using mlogit output, similar to the one attached here (which is from M. Buurman et al., 2012, "Public sector employees: Risk averse and altruistic?" Journal of Economic Behavior & Organization 83, 279). I've explored the post-estimation options in STATA, but it seems there is no direct feature for generating the graph. I would appreciate any guidance or insights you can provide on this matter. Thank you in advance.

  • #2
    I believe that margins followed by marginsplot will do the trick.
    Code:
    help mlogit_postestimation##margins

    Comment

    Working...
    X