Learn R Programming

survivalsvm (version 0.0.6)

logrank: compute the Logrank

Description

compute the Logrank

Usage

logrank(t1, d1, t2, d2)

Value

list of:

chi_sqchi-squared statistic at a significance level of 95 % and one degree of freedom,
chi_pchi-squared probality at a significance level of 95 % and one degree of freedom.

Arguments

t1

[vector(1)]
A numeric vector.

d1

[vector(1)]
Binary vector.

t2

[numeric(1)]
A numeric vector.

d2

[vector(1)]
A binary vector.