Learn R Programming

archetypal (version 1.3.1)

summary.archetypal: Summary for an object of the class archetypal.

Description

It gives a summary for the output of archetypal

Usage

# S3 method for 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

Run this code
{# \donttest{
## Use the sample data "wd2"
data(wd2)
aa=archetypal(wd2, 3)
summary(aa)
# }
}

Run the code above in your browser using DataLab