getCovariate.corStruct(nlme)
getCovariate.corStruct()所属R语言包:nlme
Extract corStruct Object Covariate
提取corStruct对象的协方差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the covariate(s) associated with object.
此方法的功能提取的协变量(S)object。
用法----------Usage----------
## S3 method for class 'corStruct'
getCovariate(object, form, data)
参数----------Arguments----------
参数:object
an object inheriting from class corStruct representing a correlation structure.
继承类corStruct代表相关结构的对象。
参数:form
this argument is included to make the method function compatible with the generic. It will be assigned the value of formula(object) and should not be modified.
这种说法是包括使该方法的功能与通用兼容。它会被分配的值formula(object)不应该被修改。
参数:data
an optional data frame in which to evaluate the variables defined in form, in case object is not initialized and the covariate needs to be evaluated.
可选在评估中定义的变量的数据框form,以防object未初始化和协的需求进行评估。
值----------Value----------
when the correlation structure does not include a grouping factor, the returned value will be a vector or a matrix with the covariate(s) associated with object. If a grouping factor is present, the returned value will be a list of vectors or matrices with the covariate(s) corresponding to each grouping level.
相关结构时不包括分组因素,则返回值将是一个向量或矩阵的协变量(S)object。如果一个分组因素存在,则返回值将是一个向量或矩阵的协变量(S)对应到每个分组级别的名单。
作者(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----------
getCovariate
getCovariate
举例----------Examples----------
cs1 <- corAR1(form = ~ 1 | Subject)
getCovariate(cs1, data = Orthodont)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|