SEScluster: Multinomial clustering of Standard Event System dataset

Description Usage Format Examples

Description

The clustering suggests 16 clusters

Usage

1
data("SEScluster")

Format

Object of class multinomClust.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
data(SES)
SEScluster <- cluster(SES[,-(1:5)],SES[,1:5],.~GL,SES$dpi)

## End(Not run)

# Plot
data(SEScluster)
plot(SEScluster)

bomarkussen/clusterMultinomial documentation built on May 4, 2019, 6:39 p.m.