recalc.modelStruct(nlme)
recalc.modelStruct()所属R语言包:nlme
Recalculate for a modelStruct Object
1 modelStruct对象的重新计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function recalculates the condensed linear model object using each element of object sequentially from last to first.
此方法的功能,重新计算简明线性模型中的对象,从去年首先使用object每个元素顺序。
用法----------Usage----------
## S3 method for class 'modelStruct'
recalc(object, conLin, ...)
参数----------Arguments----------
参数:object
an object inheriting from class modelStruct, representing a list of model components, such as corStruct and varFunc objects.
modelStruct,较模型组件的列表,如corStruct和varFunc对象,对象类继承。
参数:conLin
an optional condensed linear model object, consisting of a list with components "Xy", corresponding to a regression matrix (X) combined with a response vector (y), and "logLik", corresponding to the log-likelihood of the underlying model. Defaults to attr(object, "conLin").
一个可选的简明线性模型中的对象,包括一个组件列表"Xy",相应的回归矩阵(X)结合响应矢量(y),"logLik" ,相应的底层模型的对数似然。 attr(object, "conLin")默认。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
the recalculated condensed linear model object.
重新计算,浓缩线性模型对象。
注意----------Note----------
This method function is generally only used inside model fitting functions, such as lme and gls, that allow model components, such as correlated error terms and variance functions.
这种方法的功能一般只用于内部功能,如lme和gls,允许模型组件,如相关的误差和方差函数模型拟合。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
recalc.corStruct, recalc.reStruct,
recalc.corStruct,recalc.reStruct
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|