effect_survival {crosstable} | R Documentation |
Effect measure for association between one censored variable and one categorical variable
Description
Effect measure for association between one censored variable and one categorical variable
Usage
effect_survival_coxph(x, by, conf_level = 0.95)
Arguments
x |
survival vector (made using |
by |
categorical vector (of exactly 2 unique levels) |
conf_level |
confidence interval level |
Value
a list with two components: p.value and method
Author(s)
Dan Chaltiel, David Hajage
[Package crosstable version 0.7.0 Index]