type = "interval"
or
type = "interval2"
Surv
object.
maximalint(x, eps = 1e-7)
type = "interval"
or type = "interval2"
Surv
object. Following the
type = "interval2"
format, any NA
-valued right
endpoints are considered the same as Inf
.
t != t + eps
for a given time value t
.
x
nrow(x)
by nrow(int)
matrix that indicates
overlap between each maximal intersection and censoring interval
Wong, GYC. and Yu, Q. (1999) Generalized MLE of a joint distribution function with multivariate interval-censored data. Journal of Multivariate Analysis 69, 155--166.
s <- with(cosmesis[1:10, ], Surv(left, right, type = "interval2"))
s
maximalint(s)
Run the code above in your browser using DataLab