I am trying to generate a KM survival curve by genotype (3 strata) for two different drug regimens. Thus I would end up with 3 curves for each drug. I can easily do either, survival by genotype or survival by drug using the code below, but cannot figure out how to include both on the same graph.
Is there a way to do this?
Code:
sts graph, by(rs1729747) -OR- sts graph, by(drug)
Comment