MLEintvl(Icens)
MLEintvl()所属R语言包:Icens
Compute the real representation for the maximal cliques.
计算最大派系的真正代表。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The intervals on the real line that corresponds to the intersections of the maximal cliques are computed and returned.
计算并返回对应的最大派系的交点上的实线间隔。
用法----------Usage----------
MLEintvl(intvls, ml=Maclist(intvls))
参数----------Arguments----------
参数:intvls
The n by 2 matrix containing the event time intervals for the individuals under study.
N合2矩阵包含个人所研究的事件的时间间隔。
参数:ml
The Maclist computed for the intvls.
Maclist计算为intvls。
值----------Value----------
An m by 2 matrix, where m is the number of maximal cliques. The first column contains the left end point of the real representation for the appropriate maximal clique and the second column contains the right end point.
2矩阵,其中m是最大派系米。第一列包含左端点的真正代表相应的最大集团和第二列包含了正确的终点。
作者(S)----------Author(s)----------
Alain Vandal and Robert Gentleman
参考文献----------References----------
参见----------See Also----------
Maclist
Maclist
举例----------Examples----------
data(cosmesis)
csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R))
MLEintvl(csub1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|