Learn R Programming

clere (version 1.1.2)

clusters: clusters method

Description

This function makes returns the estimated clustering of variables.

Usage

## S3 method for class 'Clere':
clusters(object, threshold = NULL, ...)

Arguments

object
[Clere]: Output object from fitClere.
threshold
[numeric]: A numerical threshold > 0.5. If threshold = NULL then the each variable is assigned to the cluster having the largest associated posterior probability.
...
Additional arguments, not to be supplied in this version.

See Also

Overview : clere-package Classes : Clere Methods : show, plot, clusters, predict, summary Functions : fitClere