Learn R Programming

survC1 (version 1.0-2)

kmcens: 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 cvK

Value

Details

References

See Also

Examples

Run this code
# NOT RUN {
# }

Run the code above in your browser using DataLab