TwoSampleNARDF | R Documentation |
Two-sample numbers at risk for competing risks data.
TwoSampleNARDF(
data,
x_breaks,
arm_name = "arm",
status_name = "status",
time_name = "time"
)
data |
Data.frame. |
x_breaks |
Time points at which to determine the NARs. |
arm_name |
Name of arm column. |
status_name |
Name of status column. |
time_name |
Name of time column. |
Data.frame containing 'time', 'nar_ctrl', 'nar_trt'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.