TwoSampleCICDF: Two-Sample Cumulative Incidence Curve Plotting Frame

View source: R/Plotting.R

TwoSampleCICDFR Documentation

Two-Sample Cumulative Incidence Curve Plotting Frame

Description

Construct a data.frame containing the cumulative incidence of the status == 1 event across time for a single treatment arm.

Usage

TwoSampleCICDF(
  data,
  arm_name = "arm",
  eval_points = 1000,
  status_name = "status",
  tau = NULL,
  time_name = "time"
)

Arguments

data

Data.frame.

arm_name

Name of arm column.

eval_points

Number of points at which to evaluate the curve.

status_name

Name of status column.

tau

Trunction time.

time_name

Name of time column.

Value

Data.frame.


zrmacc/CICs documentation built on Nov. 6, 2024, 1:26 a.m.