Description Usage Arguments Value Examples
Looping for logrank Regression
1 | uv_logrank(data, time, event, variable, round = 3, order_by.p = TRUE)
|
data |
data |
time |
time variable |
event |
event variable |
variable |
variable names for logrank regression. If missing, it will be column names of data except y |
round |
digital round, 3 is defaulted |
order_by.p |
logical. TRUE, defaulted, means increasing order in p value |
logrank regression results
1 2 | uv_logrank(data = mtcars,
time = 'qsec',event = 'vs')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.