Formula Response for Survival Data With Uncertain Event Times
Formula Response for Survival Data With Uncertain Event Times
Survi returns an S4 class that represents formula response for survival data with uncertain records due to imperfect data integration. The last letter 'i' in Survi represents 'integration'.
Survi(ID, time, event, check =TRUE,...)
Arguments
ID: Identificator of each subject.
time: Event times (whether certain or uncertain) or censoring times.
event: The status indicator, 0 = censored, 1 = event.
check: A logical value specifying whether to perform check on input data.
...: Other arguments for future usage. A warning will be thrown if any invalid argument is specified.