CalcCIC: Calculate CIC

View source: R/RcppExports.R

CalcCICR Documentation

Calculate CIC

Description

Estimate the cumulative incidence curve. Specifically: F_{1}(t) = P(T \leq t, \delta = 1).

Usage

CalcCIC(status, time)

Arguments

status

Status, coded as 0 for censoring, 1 for an event, 2 for death.

time

Observation time.

Value

Data.frame containing the tabulated cumulative incidence curve.


zrmacc/SurvUtils documentation built on Sept. 28, 2024, 8:43 a.m.