getGroups.corStruct(nlme)
getGroups.corStruct()所属R语言包:nlme
Extract corStruct Groups
提取corStruct组
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the grouping factor associated with object, if any is present.
此方法的功能提取分组object,如果任何存在关联的因素,。
用法----------Usage----------
## S3 method for class 'corStruct'
getGroups(object, form, level, data, sep)
参数----------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)不应该被修改。
参数:level
this argument is included to make the method function compatible with the generic and is not used.
这种说法是包括使该方法的功能与通用的和未使用的兼容。
参数:data
an optional data frame in which to evaluate the variables defined in form, in case object is not initialized and the grouping factor needs to be evaluated.
可选在评估中定义的变量的数据框form,万一object未初始化和分组因素需要进行评估。
参数:sep
character, the separator to use between group levels when multiple levels are collapsed. The default is '/'.
字符,分隔组之间水平的多层次倒塌时使用。默认'/'。
值----------Value----------
if a grouping factor is present in the correlation structure represented by object, the function returns the corresponding factor vector; else the function returns NULL.
如果一个分组因素是目前所代表的相关结构object,该函数返回相应的系数向量;否则函数返回NULL。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
getGroups
getGroups
举例----------Examples----------
cs1 <- corAR1(form = ~ 1 | Subject)
getGroups(cs1, data = Orthodont)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|