VEM(Icens)
VEM()所属R语言包:Icens
Compute the NPMLE of p via the Vertex Exchange Method.
计算通过顶点交易所法的p NPMLE。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Vertex Exchange Method is used to obtain the NPMLE of p.
顶点交换法用于获取pNPMLE。
用法----------Usage----------
VEM(A, pvec, maxiter=500, tol=1e-07, tolbis=1e-07, keepiter=FALSE)
参数----------Arguments----------
参数:A
The m by n incidence matrix or the n by 2 matrix of intervals.
列印发病矩阵或间隔由2矩阵的n米。
参数:pvec
The initial estimate for the probability vector.
初步估计的概率向量。
参数:maxiter
The maximum number of iterations allowed.
允许的最大迭代数。
参数:tol
The tolerance used to determine convergence.
用来确定收敛公差。
参数:tolbis
The tolerance used in the bisection stage of the algorithm.
公差用在了该算法的二分法阶段。
参数:keepiter
Should iteration information be retained and returned.
应予以保留,并返回迭代信息。
Details
详情----------Details----------
Lots.
很多。
值----------Value----------
An object of class icsurv with the following components.
类icsurv以下组件的对象。
参数:pf
The NPMLE of the probability vector.
概率向量NPMLE。
参数:numiter
The number of iterations used.
使用迭代的数量。
参数:lval
The value of the logarithm of the likelihood at the NPMLE.
对数的可能性在NPMLE的价值。
参数:converge
Boolean stating whether the iteration converged.
布尔指出迭代是否收敛。
参数:intmap
If present it contains the real representations for the maximal cliques. These are the intervals (on the real line) where the mass in pf is placed.
如果存在,它包含最大派系的真实陈述。这些是pf质量放在间隔(实线)。
作者(S)----------Author(s)----------
Robert Gentleman and Alain Vandal
参考文献----------References----------
参见----------See Also----------
EM, ISDM, EMICM,
EM,ISDM,EMICM
举例----------Examples----------
data(cosmesis)
csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R))
VEM(csub1)
data(pruitt)
VEM(pruitt)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|