powered by
It gives a summary for the output of archetypal
archetypal
# S3 method for archetypal summary(object, ...)
An object of the class archetypal
Other arguments (ignored)
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
{# \donttest{ ## Use the sample data "wd2" data(wd2) aa=archetypal(wd2, 3) summary(aa) # } }
Run the code above in your browser using DataLab