Learn R Programming

clustMD (version 1.0)

perc.cutoffs: Calculates the threshold parameters for ordinal variables.

Description

Internal function.

Usage

perc.cutoffs(CnsIndx, OrdIndx, Y, N)

Arguments

CnsIndx
The number of continuous variables.
OrdIndx
The number of continuous and ordinal (including binary) variables.
Y
An N x J data matrix.
N
Number of observations.

Value

  • Output required for clustMD function.

Details

perc.cutoffs: an internal function.

References

McParland, D. and Gormley, I.C. (2014). Model based clustering for mixed data: clustMD. Technical report, University College Dublin.

See Also

clustMD