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 archetypesFamily.

data

A numeric n \times m data matrix.

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]