Description Usage Arguments Value Examples
Summarize a CICA analysis
1 2 |
object |
Object of the type produced by |
... |
Additional arguments |
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 |
1 2 3 | data('ExampleData', package = 'CICA')
output <- CICA(DataList = ExampleData, nStarts = 3, nComp = 5, nClus = 3, verbose = FALSE)
summary(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.