varComb(nlme)
varComb()所属R语言包:nlme
Combination of Variance Functions
结合方差函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a constructor for the varComb class, representing a combination of variance functions. The corresponding variance function is equal to the product of the variance functions of the varFunc objects listed in ....
此功能一个varComb类方差函数的组合,构造。相应的方差函数等于varFunc...列出的对象方差函数的产品。
用法----------Usage----------
varComb(...)
参数----------Arguments----------
参数:...
objects inheriting from class varFunc representing variance function structures.
从类varFunc代表方差函数结构继承的对象。
值----------Value----------
a varComb object representing a combination of variance functions, also inheriting from class varFunc.
一个varComb对象代表方差函数的组合,也继承类varFunc。
作者(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----------
varClasses, varWeights.varComb,
varClasses,varWeights.varComb
举例----------Examples----------
vf1 <- varComb(varIdent(form = ~1|Sex), varPower())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|