vcov.segmented(segmented)
vcov.segmented()所属R语言包:segmented
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the variance-covariance matrix of the parameters (including breakpoints) of a
返回的方差 - 协方差矩阵参数(包括断点)的
用法----------Usage----------
## S3 method for class 'segmented'
vcov(object, var.diff = FALSE, ...)
参数----------Arguments----------
参数:object
a fitted model object of class "segmented", returned by any segmented method.
一个合适的模型类的对象“分段”,返回的任何segmented方法。
参数:var.diff
logical. If var.diff=TRUE and there is a single segmented variable, the covariance matrix is computed using a sandwich-type formula. See Details in summary.segmented.
逻辑。如果var.diff=TRUE和有一个单一的分段变量,协方差矩阵的计算使用夹心型公式。详细,在summary.segmented。
参数:...
additional arguments.
其他参数。
Details
详细信息----------Details----------
The returned covariance matrix is based on an approximation of the nonlinear segmented term. Therefore covariances corresponding to breakpoints are reliable only in large samples and/or clear cut segmented relationships.
返回的协方差矩阵的基础上的非线性分段术语的近似。因此,协方差相应的断点是可靠的,只有在大样本和/或明确分割的关系。
值----------Value----------
The full matrix of the estimated covariances between the parameter estimates, including the breakpoints.
之间的参数估计的协方差矩阵的估计,包括断点。
注意----------Note----------
var.diff=TRUE works when there is a single segmented variable.
var.diff=TRUE工作时,有一个单一分段变量。
(作者)----------Author(s)----------
Vito M. R. Muggeo, <a href="mailto:vito.muggeo@unipa.it">vito.muggeo@unipa.it</a>
参见----------See Also----------
summary.segmented
summary.segmented
实例----------Examples----------
##continues example from summary.segmented()[#继续例如,从summary.segmented()]
# vcov(oseg)[vcov(oseg)]
# vcov(oseg,var.diff=TRUE)[vcov(oseg,var.diff = TRUE)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|