Initialize(nlme)
Initialize()所属R语言包:nlme
Initialize Object
初始化对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include: corStruct, lmeStruct, reStruct, and varFunc.
此功能是通用的;写方法功能可以处理特定的类的对象。类,已经有此功能的方法包括:corStruct,lmeStruct,reStruct,varFunc。
用法----------Usage----------
Initialize(object, data, ...)
参数----------Arguments----------
参数:object
any object requiring initialization, e.g. "plug-in" structures such as corStruct and varFunc objects.
任何需要初始化的对象,例如: “插件”,如corStruct和varFunc对象的结构。
参数:data
a data frame to be used in the initialization procedure.
在初始化过程中要使用一个数据框。
参数:...
some methods for this generic function require additional arguments.
这个泛型函数的一些方法需要额外的参数。
值----------Value----------
an initialized object with the same class as object. Changes introduced by the initialization procedure will depend on the method function used; see the appropriate documentation.
与同一类object初始化的对象。初始化过程中引入的变化将取决于所采用的方法的功能;看到相应的文档。
作者(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----------
Initialize.corStruct, Initialize.lmeStruct, Initialize.glsStruct, Initialize.varFunc, isInitialized
Initialize.corStruct,Initialize.lmeStruct,Initialize.glsStruct,Initialize.varFunc,isInitialized
举例----------Examples----------
## see the method function documentation[#方法函数的文档。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|