gLRT4
conducts a $k$(=2)-sample test for interval-censored survival data. The test is based on Zhao, Duan, Zhao, and Sun (2013). The null hypothesis is that the two survival functions of the failure time are the same, and the alternative hypothesis is that the two functions are not the same.
gLRT4(A, k = 2, rho = 0, gamma = 0, EMstep = TRUE, ICMstep = TRUE,
tol = 1e-06, maxiter = 1000, inf = Inf)
NA
is returnedModifiedEMICM
.The f-test in gLRT4
is based on an F distribution with degrees of freedom 1 and 1.
The link function used in gLRT4
is $\xi(x) = x log(x) x^\rho (1 - x)^\gamma = x log(x) x^b (1 - x)^c. $
gLRT
, gLRT1
, gLRT2
, gLRT3
, ScoreTest
data(cmv)
cmvBlood = cmv[,c(2,3,6)]
cmvUrine = cmv[, 4:6]
gLRT4(cmvBlood)
gLRT4(cmvUrine, rho=1, gamma=1)
Run the code above in your browser using DataLab