Inverse link functions (internal use)
反向链路功能(内部使用)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes values of inverse of link functions for real estimates.
计算反链接功能,真正的估计值。
用法----------Usage----------
inverse.link(x, link)
参数----------Arguments----------
参数:x
Matrix of design values multiplied by the vector of the beta parameter values
的β参数值的矢量乘以矩阵的设计值
参数:link
Type of link function (e.g., "logit")
链路类型的功能(例如,“罗吉特”)
Details
详细信息----------Details----------
The inverse of the link function is the real parameter value. They are simple functions of X*Beta where X is the design matrix values and Beta is the vector of link function parameters. The body of the function is as follows:
链接函数的反函数的实际的参数值。他们是简单的功能X*Beta其中X是设计矩阵值和Beta是向量的链接函数的参数。体的功能是,如下所示:
值----------Value----------
Vector of real values computed from x=X*Beta
向量的实际值计算从x=X*Beta