Hi,
I am trying graph a cumulative incidence curve for disease relapse in the presence of competing risk, and here are my codes and responses:
. stset rfs, failure(relapse==1)
failure event: relapse == 1
obs. time interval: (0, rfs]
exit on or before: failure
------------------------------------------------------------------------------
57 total observations
0 exclusions
------------------------------------------------------------------------------
57 observations remaining, representing
15 failures in single-record/single-failure data
1,602 total analysis time at risk and under observation
at risk from t = 0
earliest observed entry t = 0
last observed exit t = 115
. stcurve cif=ci, compet1(2)
last estimates not found
r(301);
What did I do wrong here?
Thanks,
Richard
I am trying graph a cumulative incidence curve for disease relapse in the presence of competing risk, and here are my codes and responses:
. stset rfs, failure(relapse==1)
failure event: relapse == 1
obs. time interval: (0, rfs]
exit on or before: failure
------------------------------------------------------------------------------
57 total observations
0 exclusions
------------------------------------------------------------------------------
57 observations remaining, representing
15 failures in single-record/single-failure data
1,602 total analysis time at risk and under observation
at risk from t = 0
earliest observed entry t = 0
last observed exit t = 115
. stcurve cif=ci, compet1(2)
last estimates not found
r(301);
What did I do wrong here?
Thanks,
Richard
Comment