summary.archetypal {archetypal}R Documentation

Summary for an object of the class archetypal.

Description

It gives a summary for the output of archetypal

Usage

## S3 method for class 'archetypal'
summary(object, ...)

Arguments

object

An object of the class archetypal

...

Other arguments (ignored)

Details

Next info is given:

  1. the number of observations or the row number of the data frame

  2. the dimension of the data variables

  3. the number of archetypes that was used

  4. the computed archetypes

  5. a vector of run details: SSE, VarianceExplained, Convergence, Iterations, EllapsedTime

  6. the calling command

Examples

{
## Use the sample data "wd2"
data(wd2)
aa=archetypal(wd2, 3)
summary(aa)

}

[Package archetypal version 1.3.0 Index]