MLEintvl: Compute the real representation for the maximal cliques.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/icmle.R

Description

The intervals on the real line that corresponds to the intersections of the maximal cliques are computed and returned.

Usage

1
MLEintvl(intvls, ml=Maclist(intvls))

Arguments

intvls

The n by 2 matrix containing the event time intervals for the individuals under study.

ml

The Maclist computed for the intvls.

Value

An m by 2 matrix, where m is the number of maximal cliques. The first column contains the left end point of the real representation for the appropriate maximal clique and the second column contains the right end point.

Author(s)

Alain Vandal and Robert Gentleman

References

Computational Methods for Censored Data using Intersection Graphs, R. Gentleman and A. Vandal, JCGS, 2000.

See Also

Maclist

Examples

1
2
3
   data(cosmesis)
   csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R))
   MLEintvl(csub1)

Icens documentation built on Nov. 8, 2020, 8:12 p.m.

Related to MLEintvl in Icens...