BVclmat | R Documentation |
Given the clique list, obtained from BVcliques
, the
clique matrix is obtained. This is the m (number of cliques) by n
(number of observations) matrix. A[i,j] is one if individual j is in
maximal clique i.
BVclmat(cliques)
cliques |
The clique list. |
The m by n clique matrix.
A. Vandal and R. Gentleman
Graph–Theoretical Aspects of Bivariate Censored Data, R. Gentleman and A. Vandal, 1999, submitted.
BVcliques
, BVsupport
data(cmv)
bcl <- BVcliques(cmv[,1:2], cmv[,3:4])
A <- BVclmat(bcl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.