I try to create a survival object using this command.
Surv(date1, date2, event=status)
It resulted in error "Time variable is not numeric". Note that class of "date1" and "date2" is Date.
Do I need to coerce Date objects into numeric before creating survival objects? I think this doesn't make any sense.
survival? – nneonneo Sep 25 '12 at 7:09