ScoreTest
function conducts a $k$(>=2)-sample test for interval-censored survival data. The test is based on Finkelstein (1986). The null hypothesis is that all $k$ survival functions of the failure time are the same, and the alternative hypothesis is that not all functions are the same. It is not referred as gLRT4 as in Zhao (2012).
ScoreTest(A, k = 2, EMstep = TRUE, ICMstep = TRUE, tol = 1e-06,
maxiter = 1000, inf = Inf)
ModifiedEMICM
.The chi-square test in ScoreTest
has $k-1$ degrees of freedom.
Q. Zhao (2012), "gLRT - A New R Package for Analyzing Interval-censored Survival Data", Interval-Censored Time-to-Event Data: Methods and Applications, CRC Press, 377-396.
ModifiedEMICM
, gLRT
, gLRT1
, gLRT2
, gLRT3
, gLRT4
data(cosmesis)
ScoreTest(cosmesis, inf=100)
data(diabetes)
ScoreTest(diabetes)
Run the code above in your browser using DataLab