B3 {ClickClust} | R Documentation |
Dataset: result of backward state selection
Description
These data demonstrate the result of the backward state selection procedure obtained for the dataset "C".
Usage
data(utilityB3)
Details
Results of the backward state selection procedure assuming three components are provided for the dataset "C".
References
Melnykov, V. (2016) Model-Based Biclustering of Clickstream Data, Computational Statistics and Data Analysis, 93, 31-45. Melnykov, V. (2016) ClickClust: An R Package for Model-Based Clustering of Categorical Sequences, Journal of Statistical Software, 74, 1-34.
See Also
help(C, package = "ClickClust")
Examples
data(utilityB3)
dev.new(width = 11, height = 11)
click.plot(X = C$X, id = B3$id, colors = c("lightyellow", "red", "darkred"), col.levels = 10)
[Package ClickClust version 1.1.6 Index]