pair.diff.surv {ROCSI} | R Documentation |
pair.diff.surv
Description
internal function for generating Z matrix (time-to-event endpoint)
Usage
pair.diff.surv(X, Y, A, C)
Arguments
X |
marker matrix |
Y |
a vector for observed time |
A |
a vector for Treatment arm indicator (1 is treatment, 0 is control) |
C |
a vector for censor (1 is event, 0 is censored) |
Details
Function for generate Z matrix for time-to-event endpoint
Value
A list of prepared data input for ROCSI
Examples
# no run
[Package ROCSI version 0.1.0 Index]