h_lr_test_via_score | R Documentation |
This function performs a log-rank test using the score function.
h_lr_test_via_score(score_fun, ...)
score_fun |
( |
... |
Additional arguments passed to |
This activates the ties factor correction in the score function by passing
use_ties_factor = TRUE
to the score_fun
.
A list containing:
u_l
: The log-rank score statistic.
sigma_l2
: The variance of the log-rank statistic.
tau_l
: The log-rank test statistic.
pval
: The two-sided p-value of the log-rank test.
n
: The number of observations used in the calculation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.