powered by
Print the Principal Component Analysis (PCA) results.
# S3 method for PCA print(x, file = NULL, sep = ";", ...)
an object of class PCA
A connection, or a character string naming the file to print to. If NULL (the default), the results are not printed in a file
character string to insert between the objects to print (if the argument file is not NULL
further arguments passed to or from other methods
Jeremy Mazet, Francois Husson francois.husson@institut-agro.fr
PCA, write.infile
PCA
write.infile
if (FALSE) { 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