survival_comparison_functions | R Documentation |
These are simple wrappers around robin_surv_comparison()
called with the corresponding log-rank score
functions.
robin_surv_no_strata_no_cov(vars, data, exp_level, control_level)
robin_surv_strata(vars, data, exp_level, control_level)
robin_surv_cov(vars, data, exp_level, control_level, ...)
robin_surv_strata_cov(vars, data, exp_level, control_level, ...)
vars |
( |
data |
( |
exp_level |
( |
control_level |
( |
... |
Additional arguments passed to |
See robin_surv_comparison()
.
robin_surv_no_strata_no_cov()
: without strata and without covariates, based on
h_lr_score_no_strata_no_cov()
.
robin_surv_strata()
: without strata and without covariates, based on
h_lr_score_strat()
.
robin_surv_cov()
: without strata and without covariates, based on
h_lr_score_cov()
and h_lr_score_no_strata_no_cov()
(which is used to find the unadjusted
log hazard ratio estimate).
robin_surv_strata_cov()
: with strata and covariates, based on
h_lr_score_strat_cov()
and h_lr_score_strat()
(which is used to find the unadjusted
log hazard ratio estimate).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.