Initialize.varFunc(nlme)
Initialize.varFunc()所属R语言包:nlme
Initialize varFunc Object
“初始化varFunc对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method initializes object by evaluating its associated covariate(s) and grouping factor, if any is present, in data; determining if the covariate(s) need to be updated when the values of the coefficients associated with object change; initializing the log-likelihood and the weights associated with object; and assigning initial values for the coefficients in object, if none were present. The covariate(s) will only be initialized if no update is needed when coef(object) changes.
这种方法初始化object评价及其相关的协变量(S)和分组因素,如果存在,在data;确定如果协(S)的相关系数的值时,需要更新用object变化;初始化日志的可能性,并与object相关的权数;和分配为object系数的初始值,如果没有人出席。协变量(S)才会被初始化,如果没有需要更新时coef(object)变化。
用法----------Usage----------
## S3 method for class 'varFunc'
Initialize(object, data, ...)
参数----------Arguments----------
参数:object
an object inheriting from class varFunc, representing a variance function structure.
一个对象,继承类varFunc,代表变异的功能结构。
参数:data
a data frame in which to evaluate the variables named 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 variance function structure.
与同一类object代表方差函数结构初始化的对象。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
Initialize
Initialize
举例----------Examples----------
vf1 <- varPower( form = ~ age | Sex )
vf1 <- Initialize( vf1, Orthodont )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|