Using R: Two plots of principal component analysis

R-bloggers 2013-06-26

Summary:

PCA is a very common method for exploration and reduction of high-dimensional data. It works by making linear combinations of the variables that are orthogonal, and is thus a way to change basis to better see patterns in data. You either do spectral decomposition of the correlation matrix or singular value decomposition of the data […]

Link:

http://feedproxy.google.com/~r/RBloggers/~3/gzRGYf60JUo/

From feeds:

Statistics and Visualization » R-bloggers

Tags:

r bloggers

Authors:

mrtnj

Date tagged:

06/26/2013, 23:50

Date published:

06/26/2013, 11:50