summary.pdMat(nlme)
summary.pdMat()所属R语言包:nlme
Summarize a pdMat Object
总结了pdMat对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Attributes structName and noCorrelation, with the values of the corresponding arguments to the method function, are appended to object and its class is changed to summary.pdMat.
属性structName和noCorrelation,与相应的参数的方法函数值,被追加到object和它的类被改变summary.pdMat。
用法----------Usage----------
## S3 method for class 'pdMat'
summary(object, structName, noCorrelation, ...)
参数----------Arguments----------
参数:object
an object inheriting from class pdMat, representing a positive definite matrix.
一个对象类pdMat代表正定矩阵,继承。
参数:structName
an optional character string with a description of the pdMat class. Default depends on the method function: "Blocked" for pdBlocked, "Compound Symmetry" for pdCompSymm, "Diagonal" for pdDiag, "Multiple of an Identity" for pdIdent, "General Positive-Definite, Natural Parametrization" for pdNatural, "General Positive-Definite" for pdSymm, and data.class(object) for pdMat.
一个可选的字符串pdMat类的描述。默认值取决于该方法的功能:"Blocked"pdBlocked,"Compound Symmetry"pdCompSymm,"Diagonal"pdDiag,"Multiple of an Identity" pdIdent,"General Positive-Definite, Natural Parametrization"pdNatural,"General Positive-Definite"为pdSymm,data.class(object)pdMat。
参数:noCorrelation
an optional logical value indicating whether correlations are to be printed in print.summary.pdMat. Default depends on the method function: FALSE for pdDiag and pdIdent, and TRUE for all other classes.
一个可选的逻辑值,指明是否要印在print.summary.pdMat相关。默认值取决于该方法的功能:FALSEpdDiag和pdIdent,TRUE所有其他类。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
an object similar to object, with additional attributes structName and noCorrelation, inheriting from class summary.pdMat.
一个类似的对象object,附加属性structName和noCorrelation,从类summary.pdMat继承。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
print.summary.pdMat,
print.summary.pdMat
举例----------Examples----------
summary(pdSymm(diag(4)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|