summary.skewsymmetry: Summary method of the decomposition

View source: R/summary.skewsymmetry.R

summary.skewsymmetryR 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 decomposition

...

Further parameters

Examples

data(Englishtowns)
q <- skewsymmetry(Englishtowns)
summary(q)

asymmetry documentation built on June 22, 2022, 9:06 a.m.