| print.homals | R Documentation | 
Print and summary method for objects of class "homals"
## S3 method for class 'homals'
print(x, ...)
## S3 method for class 'homals'
summary(object, ...)
| x | Object of class  | 
| object | Object of class  | 
| ... | Further arguments are ignored | 
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.
data(hartigan)
res <- homals(hartigan)
res
summary(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.