from these two (nelson aalen) curves i would like to obtain one panel with the superimposed curves rather than two different panels. Is it possible ?
stset time, fail(cv==1) id(prog)
sts graph,na
graph save 1
stset time, fail(kidney==1) id(prog)
sts graph,na
graph save 2
graph combine 1.gph 2.gph
stset time, fail(cv==1) id(prog)
sts graph,na
graph save 1
stset time, fail(kidney==1) id(prog)
sts graph,na
graph save 2
graph combine 1.gph 2.gph
Comment