Dear community,
I am a bit puzzled and could not find the exact answer to my problem:
I am looking at survival times and running a simple command:
I am running this on different subsets of my data. Sometimes it gives me all values wanted (median, SE and 95% CI) for every group, but often there is no upper bound of the confidence interval provided:
You can see that for the Drug, SE and upper bound of CI are not shown, while for total only upper bound is missing.
In my understanding, as the lower bound could be found, the SE should be known and thus the upper bound should be calculated? e.g. with CI(lower)=x-1,96*se(x) and CI(upper)=x+1,96*se(x), in the illustrated example the SE would be very roughly 64 and the upper limit of CI roughly 267 (which would be longer than the follow-up in the present clinical trial)...
How can I obtain the upper bound of my confidence intervals?
I am a bit puzzled and could not find the exact answer to my problem:
I am looking at survival times and running a simple command:
Code:
stci, by(group)
Code:
. stci, by(rand) Failure _d: censored10qPCR Analysis time _t: diffhours_round | Number of rand | subjects 50% Std. err. [95% conf. interval] -------------+------------------------------------------------------------- Drug | 16 144 . 16 . Placebo | 13 96 14.58038 40 120 -------------+------------------------------------------------------------- Total | 29 96 24.57327 48 .
In my understanding, as the lower bound could be found, the SE should be known and thus the upper bound should be calculated? e.g. with CI(lower)=x-1,96*se(x) and CI(upper)=x+1,96*se(x), in the illustrated example the SE would be very roughly 64 and the upper limit of CI roughly 267 (which would be longer than the follow-up in the present clinical trial)...
How can I obtain the upper bound of my confidence intervals?
Comment