powered by
performs the canonical graph of a Multiple Correspondence Analysis.
# S3 method for acm score(x, xax = 1, which.var = NULL, mfrow = NULL, sub = names(oritab), csub = 2, possub = "topleft", ...)
an object of class acm
acm
the column number for the used axis
the numbers of the kept columns for the analysis, otherwise all columns
a vector of the form "c(nr,nc)", otherwise computed by a special own function n2mfrow
n2mfrow
a vector of strings of characters to be inserted as sub-titles, otherwise the variable names of the initial array
a character size for the sub-titles
a string of characters indicating the sub-title position ("topleft", "topright", "bottomleft", "bottomright")
further arguments passed to or from other methods
Daniel Chessel
data(banque) banque.acm <- dudi.acm(banque, scann = FALSE, nf = 3) score(banque.acm, which = which(banque.acm$cr[, 1] > 0.2))
Run the code above in your browser using DataLab