Dim.corStruct(nlme)
Dim.corStruct()所属R语言包:nlme
Dimensions of a corStruct Object
一个corStruct对象的尺寸
译者:生物统计家园网 机器人LoveR
描述----------Description----------
if groups is missing, it returns the Dim attribute of object; otherwise, calculates the dimensions associated with the grouping factor.
如果groups缺少,它返回Dim属性object,否则,计算与分组因素相关的尺寸。
用法----------Usage----------
## S3 method for class 'corStruct'
Dim(object, groups, ...)
参数----------Arguments----------
参数:object
an object inheriting from class corStruct, representing a correlation structure.
一个对象类corStruct代表的相关结构,继承。
参数:groups
an optional factor defining the grouping of the observations; observations within a group are correlated and observations in different groups are uncorrelated.
可选的因素,确定分组的意见;观察组内的相关性和不同群体的意见是不相关的。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
a list with components:
一个组件的列表:
参数:N
length of groups
长度groups
参数:M
number of groups
组数
参数:maxLen
maximum number of observations in a group
观察组中的最大数量
参数:sumLenSq
sum of the squares of the number of observations per group
观察每组数的平方的总和
参数:len
an integer vector with the number of observations per group
观察每组数的整数向量
参数:start
an integer vector with the starting position for the observations in each group, beginning from zero
在每个组的意见的起始位置的整数向量,由零开始
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
Dim, Dim.corSpatial
Dim,Dim.corSpatial
举例----------Examples----------
Dim(corAR1(), getGroups(Orthodont))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|