BVclmat(Icens)
BVclmat()所属R语言包:Icens
Compute the clique matrix from the clique list.
集团矩阵计算从集团名单。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
鉴于集团的名单,从BVcliques获得,获得的集团矩阵。这是N(m的的拉帮结派数量)(若干意见)的矩阵。 [I,J]如果个体j是我中最大的集团之一。
用法----------Usage----------
BVclmat(cliques)
参数----------Arguments----------
参数:cliques
The clique list.
该集团的名单。
值----------Value----------
The m by n clique matrix.
由N集团矩阵米。
作者(S)----------Author(s)----------
A. Vandal and R. Gentleman
参考文献----------References----------
参见----------See Also----------
BVcliques, BVsupport
BVcliques,BVsupport
举例----------Examples----------
data(cmv)
bcl <- BVcliques(cmv[,1:2], cmv[,3:4])
A <- BVclmat(bcl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|