BVcliques(Icens)
BVcliques()所属R语言包:Icens
Find the bivariate cliques from the marginal data.
从边缘数据的二元拉帮结派。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The maximal cliques of the intersection graph are obtained by first finding the cliques for the marginal data and then combining them using the algorithm in Gentleman and Vandal (1999).
首先寻找边际数据拉帮结派,然后结合他们使用的绅士和防暴(1999)算法得到的最大派系的路口图。
用法----------Usage----------
BVcliques(intvlx, intvly, Lxopen=TRUE, Rxopen=FALSE,
Lyopen=TRUE, Ryopen=FALSE )
参数----------Arguments----------
参数:intvlx
The cliques for one marginal component, alternatively the marginal intervals can be supplied.
可以提供一个边际组件拉帮结派,或者边际区间。
参数:intvly
The cliques for the other marginal component, alternatively the marginal intervals can be supplied.
其他边缘部分派系,或者边际区间可以提供。
参数:Lxopen
Boolean indicating whether the left end point in the x coordinate is open.
布尔值,指示是否在左端点x坐标是开放的。
参数:Rxopen
Boolean indicating whether the right end point in the x coordinate is open.
布尔值,指示是否右端点x坐标是开放的。
参数:Lyopen
Boolean indicating whether the left end point in the y coordinate is open.
布尔值,指示是否左端点在y坐标是开放的。
参数:Ryopen
Boolean indicating whether the right end point in the y coordinate is open.
布尔值,指示在右端的y坐标点是否是开放的。
值----------Value----------
A list of the maximal cliques of the intersection graph of the data.
路口图数据的最大派系名单。
作者(S)----------Author(s)----------
A. Vandal and R. Gentleman
参考文献----------References----------
参见----------See Also----------
BVclmat, BVsupport
BVclmat,BVsupport
举例----------Examples----------
data(cmv)
cmv.cl <- BVcliques(cmv[,1:2], cmv[,3:4], Lxopen=FALSE, Lyopen=FALSE )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|