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

YY: time to failure events or censoring

event

0: censored; 1,J1, \ldots J: type of failure events

tau

Conditioning time τ\tau under which the CCIF is defined

Value

A matrix with class ccif that has JJ columns. Columns 1 to JJ correspond to G1(t)G_1(t) to GJ(t)G_J(t). Each row represents a distinct observed time point tt and the row name contains the value of tt.

Examples


Gj <- get.ccif(obs.y = pancancer$obs.y, event = pancancer$min.type, tau   = 120);


[Package bigtcr version 1.1 Index]