powered by
## S3 method for class 'PCA': print(x, file = NULL, sep = ";", \dots)
PCA
write.infile
data(decathlon) res.pca <- PCA(decathlon, quanti.sup = 11:12, quali.sup = 13) print(res.pca, file="c:/essai.csv", sep = ";")
Run the code above in your browser using DataLab