# \donttest{
dat <- rbind(matrix(rnorm(100, mean = 0, sd = 0.3), ncol = 2),
matrix(rnorm(100, mean = 2, sd = 0.3), ncol = 2),
matrix(rnorm(100, mean = 4, sd = 0.3), ncol = 2))
tf <- tempfile()
write.table(dat, tf, sep=",", dec=".")
x <- importSample(file.features=tf)
x <- computeUnSupervised(x, K=0, pca=TRUE, echo=TRUE)
countFile <- countItemsSampleGUI(x)
if (file.exists(countFile))
itemsModel(x$features$initial$x, countFile)
# }
Run the code above in your browser using DataLab