Hi Ksharp, Thank you for your reply. I saw this example in the document (as shown in the figure below). Since the code performs a log transformation, the estimated coefficient after taking exp should be a ratio rather than a difference. I would like to ask further how to obtain the median difference and its 95% CI in this procedure . Alternatively, I have thought of two other ways to handle this. I'm not sure if they are appropriate: 1. Using the formula provided in the example, first calculate the 50% survival time for both groups and also calculate their 95% CI. The median difference and its 95% CI can be obtained by subtracting the 50% survival times of the two groups. 2. Remove the log transformation from the code. The estimated value obtained will be the difference between the two groups, which would be the median difference. Thank you!
... View more