Initialize.corStruct(nlme)
Initialize.corStruct()所属R语言包:nlme
Initialize corStruct Object
初始化corStruct对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method initializes object by evaluating its associated covariate(s) and grouping factor, if any is present, in data, calculating various dimensions and constants used by optimization algorithms involving corStruct objects (see the appropriate Dim method documentation), and assigning initial values for the coefficients in object, if none were present.
这种方法初始化object评价及其相关的协变量(S)和分组因素,如果存在,在data,计算各种尺寸和优化算法所使用的常量涉及corStruct对象(见适当的Dim方法文档),并在系数分配初始值object,如果没有人出席。
用法----------Usage----------
## S3 method for class 'corStruct'
Initialize(object, data, ...)
参数----------Arguments----------
参数:object
an object inheriting from class corStruct representing a correlation structure.
继承类corStruct代表相关结构的对象。
参数:data
a data frame in which to evaluate the variables defined in formula(object).
在评价formula(object)定义的变量的数据框。
参数:...
this argument is included to make this method compatible with the generic.
这种说法是包括使这种方法与通用的兼容。
值----------Value----------
an initialized object with the same class as object representing a correlation structure.
与同一类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----------
Dim.corStruct
Dim.corStruct
举例----------Examples----------
cs1 <- corAR1(form = ~ 1 | Subject)
cs1 <- Initialize(cs1, data = Orthodont)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|