SECurve: Standard Error of Cumulative Incidence Curve.

View source: R/Plotting.R

SECurveR Documentation

Standard Error of Cumulative Incidence Curve.

Description

Return a function that calculates the standard error of the event probability for a single treatment arm. Assumes status == 1 is the event of interest.

Usage

SECurve(data, status_name = "status", time_name = "time")

Arguments

data

Data.frame.

status_name

Name of status column.

time_name

Name of time column.

Value

stepfun.


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