CompareRMSTs | R Documentation |
Compare the restricted mean survival times of two treatment arms.
CompareRMSTs(
data,
alpha = 0.05,
arm_name = "arm",
status_name = "status",
tau = NULL,
time_name = "time"
)
data |
Data.frame. |
alpha |
Type I error. |
arm_name |
Name of arm column. |
status_name |
Name of status column. |
tau |
Truncation 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.