convert.link.to.real(RMark)
convert.link.to.real()所属R语言包:RMark
Convert link values to real parameters
实际参数的值转换链接
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes real parameters from link values
链接值计算的实际参数
用法----------Usage----------
convert.link.to.real(x, model = NULL, links = NULL,
fixed = NULL)
参数----------Arguments----------
参数:x
Link values to be converted to real parameters
链接的值被转换为实参数
参数:model
MARK model object
MARK模型对象
参数:links
vector of character strings specifying links to use in computation of reals
矢量字符的字符串指定链接中使用的实数计算
参数:fixed
vector of fixed values for real parameters that are needed for calculation of reals from mlogits when some are fixed
固定值的实参数的矢量所需要的一些被固定时的实数计算从mlogits
Details
详细信息----------Details----------
Computation of the real parameter from the link value is relatively straightforward for most links and the function inverse.link is used. The only exception is parameters that use the mlogit link which requires the transformation across sets of parameters. This is a convenience function that does the necessary work to convert from link to real for any set of parameters. The appropriate links are obtained from model$links unless the argument links is specified and they will over-ride those in model.
从链路的实际参数值的计算是相对简单的大部分链接,,和功能inverse.link使用。唯一的例外是使用mlogit链接需要转型跨越的参数集的参数。这是一个方便的功能,任何一组参数进行必要的工作,将链接到真正的。相应的链接是从model$links,除非参数links指定,他们将凌驾在model。
值----------Value----------
vector of real parameter values
向量的实时参数值
(作者)----------Author(s)----------
Jeff Laake
参见----------See Also----------
inverse.link,compute.real
inverse.link,compute.real
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|