Dear All, I am not familar with R. I want to use PCA (principal components analysis) and MDS (multidimensional scaling). Can someone tell me which R package I should use for PCA and MDS? I appreciate your help in advance. Ray
prcomp(stats) Principal Components Analysis princomp(stats) Principal Components Analysis scale(base) Scaling and Centering of Matrix-like Objects 2005/6/22, Ray Xiong <ray.xiong@gmail.com>:> > Dear All, > > I am not familar with R. I want to use PCA (principal components > analysis) and MDS (multidimensional scaling). Can someone tell me > which R package I should use for PCA and MDS? I appreciate your help > in advance. > > Ray > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >-- ADDRESS: Bioinformatics Center, Shanghai Institutes for Biological Sciences, Chinese Academy of Sciences 320 Yueyang Road, Shanghai 200031, P.R.China TELEPHONE: 86-21-54920086 [[alternative HTML version deleted]]
On Wed, 22 Jun 2005, Guohui Ding wrote:> prcomp(stats) Principal Components Analysis > princomp(stats) Principal Components Analysis > scale(base) Scaling and Centering of Matrix-like ObjectsThe first two are correct for PCA, but scale is not MDS. MDS is available in cmdscale (stats), isoMDS (MASS), sammon (MASS) and elsewhere.>> I am not familar with R. I want to use PCA (principal components >> analysis) and MDS (multidimensional scaling). Can someone tell me >> which R package I should use for PCA and MDS? I appreciate your help >> in advance.-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Possibly Parallel Threads
- How to convert the "user coordinate system" in R graph to "normal coordinate system" whose origin is the upper-left cornner of the drawing area?
- PDF version of Chinese translations of the manual "An Introduction to R"
- MDS in 3D
- Chi Square Test on two groups of variables
- Similarity between variables