OneSampleCICDF: One-Sample Cumulative Incidence Curve Plotting Frame

View source: R/Plotting.R

OneSampleCICDFR Documentation

One-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

OneSampleCICDF(
  data,
  eval_points = 1000,
  status_name = "status",
  tau = NULL,
  time_name = "time"
)

Arguments

data

Data.frame.

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.