clustMultiBOS: Function to cluster multivariate ordinal data

Description Usage Arguments Value Examples

Description

This function performs the cluster analysis of multivariate ordinal data.

Usage

1
clustMultiBOS (x,m,k,ntrials=1)

Arguments

x

ordinal data set [n,d]

m

nb of modalities [d]

k

number of components

ntrials

ntrials nb of random trials for EM OPTIONAL (default is 1)

Value

list of the model parameters, the partition and the information criteria.

Examples

1
2
3
4
5
6
7
8
## Not run: 
  data(AERS)

  res <- clustMultiBOS(AERS,c(4,4,4,4),2)

  print(res$bic)

## End(Not run)

BOS documentation built on May 2, 2019, 5:49 p.m.