CICInfluence: Cumulative Incidence Influence

View source: R/cumulative_incidence.R

CICInfluenceR Documentation

Cumulative Incidence Influence

Description

Calculate cumulative incidence influence function for each observation.

Usage

CICInfluence(data, tau = NULL, status_name = "status", time_name = "time")

Arguments

data

Data.frame.

tau

Truncation time at which to calculate the influence.

status_name

Name of status column.

time_name

Name of time column.

Value

Data.frame with an additional column, influence.


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