summary.skewsymmetry function

Summary method of the decomposition

Summary method of the decomposition

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.

## S3 method for class 'skewsymmetry' summary(object, ...)

Arguments

  • object: An object of class decomposition
  • ...: Further parameters

Examples

data(Englishtowns) q <- skewsymmetry(Englishtowns) summary(q)
  • Maintainer: Berrie Zielman
  • License: GPL (>= 3)
  • Last published: 2022-06-22

Useful links