get.ccif {bigtcr} | R Documentation |
Conditional Cumulative Incidence Function (CCIF) Estimation
Description
Estimate the conditional cumulative incidence function. See bigtcr-package
.
Usage
get.ccif(obs.y, event, tau = Inf)
Arguments
obs.y |
|
event |
0: censored; |
tau |
Conditioning time |
Value
A matrix with class ccif that has columns. Columns 1 to
correspond to
to
. Each row represents a distinct observed time
point
and the row name contains the value of
.
Examples
Gj <- get.ccif(obs.y = pancancer$obs.y, event = pancancer$min.type, tau = 120);
[Package bigtcr version 1.1 Index]