gLRT3
conducts a $k$(>=2)-sample test for interval-censored survival data. The test is based on Zhao, Zhao, Sun, and Kim (2008). The null hypothesis is that all $k$hel survival functions of the failure time are the same, and the alternative hypothesis is that not all functions are the same.
gLRT3(A, k = 2, rho = 0, gamma = 0, EMstep = TRUE, ICMstep = TRUE,
tol = 1e-06, maxiter = 1000, inf = Inf)
ModifiedEMICM
.Censoring interval for each observation take the form $(L_i, R_i]$. For exact observations, $L_i = R_i$.
The chi-square test in gLRT3
has either $k$ or $k - 1$ degrees of freedom depending on the existence and proportion of exact observations in each treatment. See Zhao, Zhao, Sun, and Kim (2008) for more details.
The link function used in gLRT3
is $\xi(x) = x log(x) x^\rho (1 - x)^\gamma. $
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.
gLRT
, gLRT1
, gLRT2
, gLRT4
, ScoreTest
data(cosmesis)
gLRT3(cosmesis, rho=1, inf=100)
data(diabetes)
gLRT3(diabetes, gamma=0)
Run the code above in your browser using DataLab