Hello all,
I would like to redraw the KM graph which, from the original data, would be generate using:
but, instead of using the original survival data, using the output from:
The reason for needing to do this is to allow combination of KM graphs from different datasets that cannot be combined at an observation level.
I would very much appreciate advice on how to do this.
Thanks,
Markos
I would like to redraw the KM graph which, from the original data, would be generate using:
Code:
sts graph, by(group)
Code:
sts list, by(group) saving(sts_list_output)
I would very much appreciate advice on how to do this.
Thanks,
Markos
Comment