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
Related Posts with median survival time using interval censored data
table issue againHey there, Having solved my last issue leads me directly to the next one.. My goal is to reshape th…
Reshape long then wide: use variable labels as new variable's (j) values, and with missing valuesHi All, I'm trying to reshape a dataset, and I'm having two problems that I can't solve. What I'm …
too many variables, tabulateHi there, I have some troubles with the command tabulate. My Goal is to create a table in Stata, ju…
Adding too many variables to a regression modelAm I correct in thinking adding too many variables to a regression model can increase the likelihood…
Conditioning on wide variablesHello, I created a wide dataset where 'm201509' to 'm201512' are binary variables indicating that t…
Subscribe to:
Post Comments (Atom)
0 Response to median survival time using interval censored data
Post a Comment