Hello all, previously I never have issues when I generate sts graph with "ci" option, it automatically knows to assign different colors to the different strata and create line legends for their respective confidence intervals. However when I tried to generate today using this code:
I saw this:
Code:
sts graph, by(stratacig) ytitle("Proportion of cancer cases") legend(order(1 "Never smoker" 2 "Ever smoker, <20 packyrs" 3 "Ever smoker, 20+ packyrs")) xtitle("Followup time (years)") note("P=0.005") title("Progression free survival") ci

Comment