update.modelStruct(nlme)
update.modelStruct()所属R语言包:nlme
Update a modelStruct Object
更新modelStruct对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function updates each element of object, allowing the access to data.
这种方法的功能更新每个元素object,允许data的访问。
用法----------Usage----------
## S3 method for class 'modelStruct'
update(object, data, ...)
参数----------Arguments----------
参数:object
an object inheriting from class modelStruct, representing a list of model components, such as corStruct and varFunc objects.
modelStruct,较模型组件的列表,如corStruct和varFunc对象,对象类继承。
参数:data
a data frame in which to evaluate the variables needed for updating the elements of object.
在评估更新object元素所需的变量数据框。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
an object similar to object (same class, length, and names), but with updated elements.
一个对象类似object(同一类,长度和名称),但与更新的元素。
注意----------Note----------
This method function is primarily used within model fitting functions, such as lme and gls, that allow model
此方法的功能主要是用来在模型拟合功能,如lme和gls,使模型
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
reStruct
reStruct
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|