get.link(RMark)
get.link()所属R语言包:RMark
Compute sets of link values for real parameters
实际参数的链接值计算套
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes link values for real parameters for a particular type of parameter (parameter) and returns in a table (dataframe) format.
计算真实参数的一个特定类型的表中的参数(参数),并返回(数据框)格式的链接值。
用法----------Usage----------
get.link(model, parameter, beta = NULL, design = NULL,
data = NULL, vcv = FALSE)
参数----------Arguments----------
参数:model
MARK model object
MARK模型对象
参数:parameter
type of parameter in model (character) (e.g.,"Phi")
模型中的参数(字符)类型(例如,“披”)
参数:beta
values of beta parameters for computation of link values
链接值计算的β参数值
参数:design
a numeric design matrix with any covariate values filled in with numerical values
任何协变量值在数值填写一个数字设计矩阵
参数:data
covariate data to be averaged for estimates if design=NULL
协变量数据进行平均估计,如果设计= NULL
参数:vcv
if TRUE computes and returns the v-c matrix of the subset of the link values
如果为TRUE的链接值的子集的vc矩阵计算,并返回
Details
详细信息----------Details----------
This function is very similar to get.real except that it provides estimates of link values before they are transformed to real estimates using the inverse-link. Also, the value is always a dataframe for the estimates and design data and optionally a variance-covariance matrix. See get.real for further details about the arguments.
此功能是非常相似。get.real除外,它提供了链接值的估计之前,它们被转化为实际使用的逆链路的估计。此外,该值始终是一个数据框的估计和设计数据和可选的方差 - 协方差矩阵。见get.real的参数作进一步的详细信息。
值----------Value----------
estimates: If vcv=TRUE, a list is returned with elements vcv.link and the dataframe estimates. If vcv=FALSE, only the estimates dataframe is returned which has the same structure as in get.real.
估计:如果vcv=TRUE的列表,则返回的元素vcv.link和数据框estimates。如果vcv=FALSE的估计,仅数据框返回具有相同的结构,在get.real。
(作者)----------Author(s)----------
Jeff Laake
参见----------See Also----------
compute.link,get.real
compute.link,get.real
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|