pooledSD(nlme)
pooledSD()所属R语言包:nlme
Extract Pooled Standard Deviation
提取汇集的标准偏差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The pooled estimated standard deviation is obtained by adding together the residual sum of squares for each non-null element of object, dividing by the sum of the corresponding residual degrees-of-freedom, and taking the square-root.
汇集估计标准差,得到每个非空object元素相加的残差平方和,除以相应的剩余度的自由的总和,并以平方根。
用法----------Usage----------
pooledSD(object)
参数----------Arguments----------
参数:object
an object inheriting from class lmList.
继承类lmList对象。
值----------Value----------
the pooled standard deviation for the non-null elements of object, with an attribute df with the number of degrees-of-freedom used in the estimation.
汇集object非null元素与属性的标准差,df数量的估计中使用的自由程度。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
lmList, lm
lmList,lm
举例----------Examples----------
fm1 <- lmList(Orthodont)
pooledSD(fm1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|