Learn R Programming

asymmetry (version 2.0.4)

summary.skewsymmetry: 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 skewsymmetry
summary(object, ...)

Arguments

object

An object of class decomposition

Further parameters

Examples

Run this code
# NOT RUN {
data(Englishtowns)
q <- skewsymmetry(Englishtowns)
summary(q)
# }

Run the code above in your browser using DataLab