TwoSampleCICDF | R Documentation |
Construct a data.frame containing the cumulative incidence of the status == 1 event across time for a single treatment arm.
TwoSampleCICDF(
data,
arm_name = "arm",
eval_points = 1000,
status_name = "status",
tau = NULL,
time_name = "time"
)
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. |
Data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.