kmcens {survC1} | R Documentation |
Kaplan-Meier for Censoring
Description
This is a child function called in the main functions in this package. Specifically, this obtains the survival function for censroing time and gives quantities used in the perturbation-resampling method for C.
Usage
kmcens(time, status, tau)
Arguments
time |
time to event variable |
status |
indicator of event (1:event, 0: censor) |
tau |
see |
[Package survC1 version 1.0-3 Index]