Displaying 1 result from an estimated 1 matches for "auxil".
Did you mean:
ausil
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...abline(h = 0, lty = 2, cex = cex)
if (habillage == "group") {
if (is.null(col.hab) | length(col.hab) < length(group)) {
col.hab <- 2:(length(group) + 1)
}
i = 1
couleur.axes <- col.hab[i]
auxil = strsplit(rownames(res.mfa$partial.axes$coord)[1],
".", fixed = TRUE)[[1]]
auxil2 = auxil[length(auxil)]
for (j in 2:nrow(res.mfa$partial.axes$coord)) {
auxil = strsplit(rownames(res.mfa$partial.axes$coord)[j],
&...