summary.CICA: Summary method for class CICA

Description Usage Arguments Value Examples

View source: R/summary.CICA.R

Description

Summarize a CICA analysis

Usage

1
2
## S3 method for class 'CICA'
summary(object, ...)

Arguments

object

Object of the type produced by CICA

...

Additional arguments

Value

summary.CICA returns an overview of the estimated clustering of a CICA analysis

PM

Partitioning matrix

tab

tabulation of the clustering

Loss

Loss function value of the solution

Examples

1
2
3
data('ExampleData', package = 'CICA')
output <- CICA(DataList = ExampleData, nStarts = 3, nComp = 5, nClus = 3, verbose = FALSE)
summary(output)

CICA documentation built on July 1, 2021, 9:07 a.m.