principal component analysis (PCA) in R: which function to use?
问题 Can anyone explain what the major differences between the prcomp and princomp functions are? Is there any particular reason why I should choose one over the other? In case this is relevant, the type of application I am looking at is a quality control analysis for genomic (expression) data sets. Thank you! 回答1: There are differences between these two functions w/r/t the function parameters (what you can/must pass in when you call the function); the values returned by each; and the numerical