OneSampleCIC | R Documentation |
For calculating cumulative incidence in the presence in the presence of a competing risk, status is assumed to have values of 0 for censoring, 1 for the event of interest, and 2 for the competing risk.
OneSampleCIC(
data,
tau = NULL,
alpha = 0.05,
status_name = "status",
time_name = "time"
)
data |
Data.frame. |
tau |
Truncation time. |
alpha |
Type I error. |
status_name |
Name of status column. |
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.