weightedArchetypes {archetypes} | R Documentation |
Weighted archetypes
Description
Weighted archetypes
Usage
weightedArchetypes(data, k, weights = NULL, familyBlocks = list(), ...)
Arguments
weights |
Data weights matrix. |
familyBlocks |
Exchange predefined family blocks;
see |
data |
A numeric |
k |
The number of archetypes. |
... |
Additional arguments for family blocks. |
Value
An object of class weightedArchetypes
and
as.archetypes
.
See Also
Other archetypes: archetypesFamily
;
archetypes
; as.archetypes
;
robustArchetypes
[Package archetypes version 2.2-0.1 Index]