varWeights.lmeStruct(nlme)
varWeights.lmeStruct()所属R语言包:nlme
Variance Weights for lmeStruct Object
lmeStruct对象方差权
译者:生物统计家园网 机器人LoveR
描述----------Description----------
If object includes a varStruct component, the inverse of the standard deviations of the variance function structure represented by the corresponding varFunc object are returned; else, a vector of ones of length equal to the number of observations in the data frame used to fit the associated linear mixed-effects model is returned.
如果object包括一个varStruct组成部分,方差函数的结构相应varFunc对象返回代表标准差的倒数;否则,向量的长度等于中使用,以适应相关的线性混合效应模型的数据框的观测数返回。
用法----------Usage----------
## S3 method for class 'lmeStruct'
varWeights(object)
参数----------Arguments----------
参数:object
an object inheriting from class lmeStruct, representing a list of linear mixed-effects model components, such as reStruct, corStruct, and varFunc objects.
lmeStruct,较线性混合效应模型组件的列表,如reStruct,corStruct,varFunc对象,对象类继承。
值----------Value----------
if object includes a varStruct component, a vector with the corresponding variance weights; else, or a vector of ones.
如果object组件一个varStruct,与相应的方差权重向量;否则,或的向量。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
in S and S-PLUS", Springer.
参见----------See Also----------
varWeights
varWeights
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|