Hi everyone
With interval censoring regression models, stintreg is used. To predict survival analysis, the following is done:
. predict surv_l surv_u, surv
. list surv_l surv_u in 1/5
Can anyone explain to me how the above probabilities are combined to plot a survival curve? What is the command to calculate the probability at a particular time (just a single value)? Eg. Pr(5) = 0.80 instead of 0.97 and 0.90 as in the table above.
What is the command for confidence intervals? In other survival models, they use stci but with stintreg I don't know. How can I predict percentiles?
Please help!
With interval censoring regression models, stintreg is used. To predict survival analysis, the following is done:
. predict surv_l surv_u, surv
. list surv_l surv_u in 1/5
surv_l | surv_u | |
1. | 1 | .95814 |
2. | 1 | .948338 |
3. | 1 | .9754614 |
4. | .9828176 | .9151379 |
5. | .9754614 | .9029849 |
What is the command for confidence intervals? In other survival models, they use stci but with stintreg I don't know. How can I predict percentiles?
Please help!
Comment