Hi statalisters,

I'm looking to estimate the median survival time (plus IQR) overall for my interval censored data. I believe I cannot do this the same way I would using stsum due to the specification of the two points. I have found the following example to work from for mean time -

stintreg VAR, interval(int1 int2) distribution(X)
predict time, median time
tabulate VAR, summarize(time) means freq

This code, however, calculates different times based on variable VAR, but I want it overall for my data.

How might I go about adjusting this to get what I want?

Thanks so much,
Alison