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, ...)
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. |
Survi
object. See Survi-class
for details.
## See examples of function 'iCoxph'