z1 {fsdaR} | R Documentation |
z1
Description
Simulated data to test tclustIC() and tclustICsol(), carbike() functions
Usage
data(z1)
Format
A data frame with 150 rows and 2 variables. The variables are as follows:
X1
X2
References
Maitra, R. and Melnykov, V. (2010), Simulating data to study performance of finite mixture modeling and clustering algorithms, The Journal of Computational and Graphical Statistics, Vol. 19, pp. 354-376.
Examples
data(z1)
head(z1)
## Not run:
(out <- tclustIC(z1, plots=FALSE, whichIC="CLACLA"))
(outCLACLA <- tclustICsol(out, whichIC="CLACLA", plot=FALSE))
carbikeplot(outCLACLA)
## End(Not run)
[Package fsdaR version 0.9-0 Index]