Learn R Programming

homals (version 1.0-10)

print.homals: S3 methods for homals objects

Description

Print and summary method for objects of class "homals"

Usage

# S3 method for homals
print(x, ...)
# S3 method for homals
summary(object, ...)

Arguments

x

Object of class "homals".

object

Object of class "homals".

Further arguments are ignored

Details

The print methods provides the eigenvalues and the rank-restricted category quantifications for each variable. The summary method gives the caterogy loadings, category centroids, rank-restricted category quantifications, and lower rank quantifications for each variable separately.

Examples

Run this code
# NOT RUN {
data(hartigan)
res <- homals(hartigan)
res
summary(res)

# }

Run the code above in your browser using DataLab