summary.corStruct(nlme)
summary.corStruct()所属R语言包:nlme
Summarize a corStruct Object
总结了corStruct对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function prepares object to be printed using the print.summary method, by changing its class and adding a structName attribute to it.
此方法的功能准备object要打印使用print.summary方法,通过改变其类和structName属性。
用法----------Usage----------
## S3 method for class 'corStruct'
summary(object, structName, ...)
参数----------Arguments----------
参数:object
an object inheriting from class corStruct, representing a correlation structure.
一个对象类corStruct代表的相关结构,继承。
参数:structName
an optional character string defining the type of correlation structure associated with object, to be used in the print.summary method. Defaults to class(object)[1].
一个可选的字符串,定义相关结构类型object,print.summary方法。 class(object)[1]默认。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
an object identical to object, but with its class changed to summary.corStruct and an additional attribute structName. The returned value inherits from the same classes as object.
object相同的对象,但改变其类summary.corStruct和一个额外的属性structName。返回值继承从object相同的类。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates
参见----------See Also----------
corClasses, corNatural, Initialize.corStruct, summary
corClasses,corNatural,Initialize.corStruct,summary
举例----------Examples----------
cs1 <- corAR1(0.2)
summary(cs1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|