Cstat | R Documentation |
Calculate Unweighted Concordance
Cstat(
data,
pseudo_counts = TRUE,
risk_name = "risk",
status_name = "status",
tau = NULL,
time_name = "time"
)
data |
Data frame including risk, status, time. |
pseudo_counts |
Include pseudo counts? |
risk_name |
Name of the risk 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.