logDet.corStruct(nlme)
logDet.corStruct()所属R语言包:nlme
Extract corStruct Log-Determinant
提取corStruct登录行列式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the logarithm of the determinant of a square-root factor of the correlation matrix associated with object, or the sum of the log-determinants of square-root factors of the list of correlation matrices associated with object.
这种方法的功能决定了object相关矩阵的平方根的因素,或用<平方根因素相关矩阵列表关联的日志因素的总和中提取的对数X>。
用法----------Usage----------
## S3 method for class 'corStruct'
logDet(object, covariate, ...)
参数----------Arguments----------
参数:object
an object inheriting from class corStruct, representing a correlation structure.
一个对象类corStruct代表的相关结构,继承。
参数:covariate
an optional covariate vector (matrix), or list of covariate vectors (matrices), at which values the correlation matrix, or list of correlation matrices, are to be evaluated. Defaults to getCovariate(object).
一个可选的协变量向量(矩阵),或协向量(矩阵),在这重视相关矩阵或相关矩阵列表列表,进行评估。 getCovariate(object)默认。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
the log-determinant of a square-root factor of the correlation matrix associated with object, or the sum of the log-determinants of square-root factors of the list of correlation matrices associated with object.
日志平方根object,或平方根因素相关矩阵object日志因素的总和与相关因子的相关矩阵的行列式。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
logLik.corStruct, corMatrix.corStruct, logDet
logLik.corStruct,corMatrix.corStruct,logDet
举例----------Examples----------
cs1 <- corAR1(0.3)
logDet(cs1, covariate = 1:4)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|