Announcement

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

  • Predicted probability for each DV outcome

    Dear community!
    How to create a table for predicted probability effect of each IV on each DV outcome like on the screenshot attached?
    Click image for larger version

Name:	Screenshot 2019-08-16 at 16.03.42.png
Views:	1
Size:	83.0 KB
ID:	1512558

  • #2
    ou didn't get a quick answer. You'll increase your chances of a useful answer by following the FAQ on asking questions - provide Stata code in code delimiters, readable Stata output, and sample data using dataex.

    You don't tell us nearly enough information to really help you. Predicted probabilities can be done for most logit and probit models although the logit panel estimator assumes only one event per panel. For this kind of thing, you'll probably want to use margins rather than predict.

    To put these together, you may want to make scalars or local macros holding the values (in margins, you may need post as an option to make the results saved). Then you can use display. I'm sure there are neater ways to do it, but this works.

    Comment

    Working...
    X