allCoef(nlme)
allCoef()所属R语言包:nlme
Extract Coefficients from a Set of Objects
从一组对象中提取系数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The extractor function is applied to each object in ..., with the result being converted to a vector. A map attribute is included to indicate which pieces of the returned vector correspond to the original objects in dots.
提取功能被应用到每个对象在...,结果被转换为一个向量。一个map属性包含指示件返回向量对应dots原始对象。
用法----------Usage----------
allCoef(..., extract)
参数----------Arguments----------
参数:...
objects to which extract will be applied. Generally these will be model components, such as corStruct and varFunc objects.
其中extract将应用于对象。一般来说,这些将是模型组件,如corStruct和varFunc对象。
参数:extract
an optional extractor function. Defaults to coef.
一个可选的提取功能。 coef默认。
值----------Value----------
a vector with all elements, generally coefficients, obtained by applying extract to the objects in ....
与所有元素,一般申请extract...对象得到的系数,向量。
作者(S)----------Author(s)----------
Jose' Pinheiro and Douglas Bates
参见----------See Also----------
lmeStruct,nlmeStruct
lmeStruct,nlmeStruct
举例----------Examples----------
cs1 <- corAR1(0.1)
vf1 <- varPower(0.5)
allCoef(cs1, vf1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|