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:
the number of observations or the row number of the data frame
the dimension of the data variables
the number of archetypes that was used
the computed archetypes
a vector of run details: SSE, VarianceExplained, Convergence, Iterations, EllapsedTime
the calling command
Examples
{
## Use the sample data "wd2"
data(wd2)
aa=archetypal(wd2, 3)
summary(aa)
}
[Package archetypal version 1.3.1 Index]