On this page
summary.pdMat Summarize a pdMat Object
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.
Usage
## S3 method for class 'pdMat'
summary(object, structName, noCorrelation, ...)
Arguments
object |
an object inheriting from class |
structName |
an optional character string with a description of the |
noCorrelation |
an optional logical value indicating whether correlations are to be printed in |
... |
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.
Author(s)
José Pinheiro and Douglas Bates bates@stat.wisc.edu
See Also
Examples
summary(pdSymm(diag(4)))
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.