intersectList(MCRestimate)
intersectList()所属R语言包:MCRestimate
A function for creating a all possible intersects for a list of sets.
一个功能,为建立一个所有可能的相交的集列表。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The list contains several sets. The function calculates all possible intersections.
该列表包含了几套。函数计算所有可能的十字路口。
用法----------Usage----------
intersectList(x)
参数----------Arguments----------
参数:x
a list
list
值----------Value----------
A list containing all possible intersections.
一个列表,包含所有可能的十字路口。
作者(S)----------Author(s)----------
Markus Ruschhaupt <a href="mailto:m.ruschhaupt@dkfz.de">mailto:m.ruschhaupt@dkfz.de</a>
举例----------Examples----------
a <- list (x=1:5,y=3:4,z=c(1,3,3))
intersectList(a)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|