找回密码
 注册
查看: 465|回复: 0

R语言 Icens包 Maclist()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 22:10:22 | 显示全部楼层 |阅读模式
Maclist(Icens)
Maclist()所属R语言包:Icens

                                         A function to  
                                         一个功能

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Returns a list of maximal cliques of the intersection graph of the real valued intervals supplied in m. These are one dimensional intervals with one interval for each individual. The algorithm is coded in interpreted code and should be moved to compiled code for speed. How do we handle exact failure times? Which algorithm is used?
返回一个列表提供真正的价值在m间隔相交图的最大派系。这是一个三维间隔为每一个人的时间间隔。该算法编码在解释代码,并应转移到编译代码的速度。我们如何处理精确的失效时间?使用哪种算法?


用法----------Usage----------


Maclist(intvls, Lopen=TRUE, Ropen=FALSE)



参数----------Arguments----------

参数:intvls
A n by 2 matrix, the first column is the left endpoints and the second column contains the right endpoints of the failure time intervals.
A N 2的矩阵,第一列是左边的端点和第二列包含故障时间间隔的权利终点。


参数:Lopen
A boolean indicating whether the intervals are open on the left.
一个布尔值,指示是否左侧开放的时间间隔。


参数:Ropen
A boolean indicating whether the intervals are open on the right.
一个布尔值,指示是否开放是在正确的时间间隔。


值----------Value----------

A list of length m. Each element of the list corresponds to one maximal antichain. The row numbers (from m) identify the individuals and all row numbers for the individuals in the maximal clique. Maximal cliques occur in their natural (left to right) order.
一米长的名单。列表中的每个元素对应一个最大antichain。行号(从m)找出最大的集团个人所有的个人和行号。最大的派系出现在他们的自然顺序(从左至右)。


作者(S)----------Author(s)----------


Alain Vandal and Robert Gentleman



参考文献----------References----------



参见----------See Also----------

Macmat
Macmat


举例----------Examples----------


   data(cosmesis)
   csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R))
   ml1 <- Maclist(csub1)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-5 19:43 , Processed in 0.022681 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表