Description Usage Arguments Value References See Also Examples
Perform archetypal analysis on a data matrix.
1 2 3 4 |
data |
A numeric n \times m data matrix. |
k |
The number of archetypes. |
weights |
Data weights matrix or vector (used as elements of the diagonal weights matrix). |
maxIterations |
The maximum number of iterations. |
minImprovement |
The minimal value of improvement between two iterations. |
maxKappa |
The limit of kappa to report an ill-ness warning. |
verbose |
Print some details during execution. |
saveHistory |
Save each execution step in an environment for further analyses. |
family |
Blocks defining the underlying problem
solving mechanisms; see |
... |
Additional arguments for family blocks. |
An object of class archetypes
, see
as.archetypes
.
Cutler and Breiman. Archetypal Analysis. Technometrics, 36(4), 1994. 338-348.
Other archetypes: archetypesFamily
;
as.archetypes
;
robustArchetypes
;
weightedArchetypes
1 2 | data(toy)
a <- archetypes(toy, 3)
|
Loading required package: modeltools
Loading required package: stats4
Loading required package: nnls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.