Hello,
I am performing some survival analyses. When performing stci, the output is given in milliseconds, thus rendering rather large (unreadable) values:
How can I have the input given in hours? I could not find out how to apply the hours() command in this context.
Thank You so much,
Dorothea
I am performing some survival analyses. When performing stci, the output is given in milliseconds, thus rendering rather large (unreadable) values:
Code:
. stci, by(rand) Failure _d: censored Analysis time _t: (exitdatetime-origin) Origin: time firstdosedatetime Enter on or after: time firstdosedatetime | Number of rand | subjects 50% Std. err. [95% conf. interval] -------------+------------------------------------------------------------- Drug1 | 16 1.15e+08 168183.1 5.0e+07 2.7e+08 Drug2 | 17 1.44e+08 4.80e+07 1.2e+08 2.0e+08 -------------+------------------------------------------------------------- Total | 33 1.19e+08 3.63e+07 1.2e+08 2.0e+08 .
Thank You so much,
Dorothea
Comment