CalcHR | R Documentation |
Calculate the hazard ratio, comparing two treatment arms, its confidence interval and p-value. Also provides the Schoenfeld residual test of the proportional hazards assumption.
CalcHR(data, arm_name = "arm", status_name = "status", time_name = "time")
data |
Reconstructed data. |
arm_name |
Name of arm column. |
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.