as.matrix.corStruct(nlme)
as.matrix.corStruct()所属R语言包:nlme
Matrix of a corStruct Object
一个corStruct对象矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the correlation matrix, or list of correlation matrices, associated with object.
此方法的功能,提取相关矩阵或相关矩阵的名单,与object关联。
用法----------Usage----------
## S3 method for class 'corStruct'
as.matrix(x, ...)
参数----------Arguments----------
参数:x
an object inheriting from class corStruct, representing a correlation structure.
一个对象类corStruct代表的相关结构,继承。
参数:...
further arguments passed from other methods.
进一步的参数传递给其他方法。
值----------Value----------
If the correlation structure includes a grouping factor, the returned value will be a list with components given by the correlation matrices for each group. Otherwise, the returned value will be a matrix representing the correlation structure associated with object.
如果相关结构包括分组因素,则返回值将是一个由每个组的相关矩阵给出的组件列表。否则,返回值将是矩阵object相关结构。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
and S-PLUS, Springer, New York.
参见----------See Also----------
corClasses, corMatrix
corClasses,corMatrix
举例----------Examples----------
cst1 <- corAR1(form = ~1|Subject)
cst1 <- Initialize(cst1, data = Orthodont)
as.matrix(cst1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|