powered by
write.infile(X, file, sep=";", append = FALSE)
data(decathlon) res.pca <- PCA(decathlon, quanti.sup = 11:12, quali.sup = 13) write.infile(res.pca, file="c:/essai.csv", sep = ";")
Run the code above in your browser using DataLab