summary.skewsymmetry {asymmetry} | R Documentation |
Summary method of the decomposition
Description
Prints a decomposition of the sum of squares of an asymmetric matrix. The first column gives the sum of squares, and the second column gives the percentages of the two components. This decomposition can be applied to data, but also to a matrix of residuals obtained from a fitted model.
Usage
## S3 method for class 'skewsymmetry'
summary(object, ...)
Arguments
object |
An object of class |
... |
Further parameters |
Examples
data(Englishtowns)
q <- skewsymmetry(Englishtowns)
summary(q)
[Package asymmetry version 2.0.4 Index]