consensus: Get cluster and item consensus indices

Description Usage Arguments Details See Also

Description

Get cluster and item consensus indices

Usage

1
consensus(x, type = "cluster")

Arguments

x

An object of class 'consclus'

type

Character string taking values 'cluster' or 'item'

Details

If type='cluster' a matrix with the cluster consensus values is returned. A print method exists. If type='item' an array is returned with as many rows as items. To access the item consensus for, say, k=4, use x[,,3] (remembering that the array extent starts with k=2). The item consensus values give a measure of belongingness to each item for each cluster. Prototypes can be extracted by finding the item with the largest consensus for each cluster.

See Also

representatives, conclus, assignClusters


harrysouthworth/conclus documentation built on May 24, 2019, 4:05 a.m.