Hi,
I'm trying to perform a survival analysis on relapse-free survival after rectal cancer surgery. When I stset the data, the message is as follows:
gen TSLR = int((Frecaigud - Fcir )/30.4375)
(51 missing values generated)
stset TSLR, failure(RecaidaSiNo == 1)
failure event: RecaidaSiNo == 1
obs. time interval: (0, TSLR]
exit on or before: failure
------------------------------------------------------------------------------
63 total observations
51 event time missing (TSLR>=.) PROBABLE ERROR
1 observation ends on or before enter()
------------------------------------------------------------------------------
11 observations remaining, representing
10 failures in single-record/single-failure data
116 total analysis time at risk and under observation
at risk from t = 0
earliest observed entry t = 0
last observed exit t = 22
I've read previous questions on the matter, but I cannot solve the problem on my dataset. I'd appreciate if anyone could help me to find the error.
Thank you,
I'm trying to perform a survival analysis on relapse-free survival after rectal cancer surgery. When I stset the data, the message is as follows:
gen TSLR = int((Frecaigud - Fcir )/30.4375)
(51 missing values generated)
stset TSLR, failure(RecaidaSiNo == 1)
failure event: RecaidaSiNo == 1
obs. time interval: (0, TSLR]
exit on or before: failure
------------------------------------------------------------------------------
63 total observations
51 event time missing (TSLR>=.) PROBABLE ERROR
1 observation ends on or before enter()
------------------------------------------------------------------------------
11 observations remaining, representing
10 failures in single-record/single-failure data
116 total analysis time at risk and under observation
at risk from t = 0
earliest observed entry t = 0
last observed exit t = 22
I've read previous questions on the matter, but I cannot solve the problem on my dataset. I'd appreciate if anyone could help me to find the error.
Thank you,
Comment