Hi everyone, im trying to graph over 20 different boxplots in wich i would like to put the p value of a Wilcoxon´s test as the image below. But i have no clue how to do that, here is my code:
graph box tfg_b, over(breslow) by(type) ytitle(TFG Beta) nooutsides note("") box(1,bcolor(dkorange)) graphregion(color(white))
graph export tfg_b_breslow.png, replace
Any suggestion? thank you!
graph box tfg_b, over(breslow) by(type) ytitle(TFG Beta) nooutsides note("") box(1,bcolor(dkorange)) graphregion(color(white))
graph export tfg_b_breslow.png, replace
Any suggestion? thank you!
Comment