logrank {survivalsvm} | R Documentation |
compute the Logrank
Description
compute the Logrank
Usage
logrank(t1, d1, t2, d2)
Arguments
t1 |
[ |
d1 |
[ |
t2 |
[numeric(1)] |
d2 |
[ |
Value
list of:
chi_sq | chi-squared statistic at a significance level of 95 % and one degree of freedom, |
chi_p | chi-squared probality at a significance level of 95 % and one degree of freedom. |
[Package survivalsvm version 0.0.6 Index]