Survi: Formula Response for Survival Data With Uncertain Event Times

Description Usage Arguments Value Examples

View source: R/Survi.R

Description

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'.

Usage

1
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.

Value

Survi object. See Survi-class for details.

Examples

1
## See examples of function 'iCoxph'

intsurv documentation built on Jan. 13, 2021, 3:46 p.m.