Announcement

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

  • Marginsplot

    Hey Stata Community,

    Is there a command to plot the statistically significant interactions using marginsplot at 90% CIs. Stata only does it for me at 95% by default.

    Thanks!

  • #2
    You specify the level when running the margins command.

    Code:
    margins catvar, level(90)
    marginsplot

    Comment

    Working...
    X