Hi, I need to export to LaTex the summary of a PCA. So:

myPCA <- prcomp(myDF)
mySummary <- summary(myPCA)
#
print(xtable(mySummary))

How can I export to LaTeX not all the summary but only the first nPCs??

Best
Riccardo

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to