clusmca()
output.
ggplot2
based map of the object scores and a scatter plot of both the attribute scores and the centroids.
"plot"(x, dims = c(1,2), disp = TRUE, cludesc = FALSE, what = c(TRUE,TRUE),
attlabs = NULL, binary = FALSE, ...)
clusmca()
R
window or saved as PDF files in the working directory (default = TRUE)
c(TRUE, TRUE)
and the resultant plot is a biplot of both objects and attribute categories with gamma-based scaling (see van de Velden et al. (2016))(default = FALSE)
clusmca()
Iodice D' Enza, A. and Palumbo, F. (2013). Iterative factor clustering of binary data. Computational Statistics, 28(2), 789-807.
Van de Velden M., Iodice D' Enza, A. and Palumbo, F. (2016). Cluster correspondence analysis.Psychometrika (in press) DOI: 10.1007/s11336-016-9514-0
data("hsq")
outclusMCA = clusmca(hsq[,1:8], 3, 2, method = "iFCB")
plot(outclusMCA, cludesc = TRUE)
Run the code above in your browser using DataLab