Announcement

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

  • How can I do a box plot that show statistical significance?

    Hi,
    I'm analysing two variables. The dependent variable is the waist hip ratio. I am comparing the differences between the averages for this variable in the control group and intervention group. I want to make a box plot graph as the model below and I want to put in the chart statistical significance with the symbol *. However, I do not know the command. Can anybody help me? Thanks

  • #2
    Welcome to Statalist, Giselle!

    You've posted in the wrong forum. Post in the General Forum http://www.statalist.org/forums/foru...ussion/general
    Before you do read the FAQ, especially FAQ 12 and do exactly what it says. Don't post photographs; they block the screen and yours is unreadable and blurred too. Rather, use a built-in data set and ask how to annotate just one plot. I suggest that you start with this (written with CODE delimiters, described in FAQ 12):

    Code:
    sysuse auto, clear
    graph box gear, over(foreign)
    Steve Samuels
    Statistical Consulting
    [email protected]

    Stata 14.2

    Comment

    Working...
    X