Use PCA in R (Principal Component Analysis)

Source: Internet
Author: User

Data = read. Table ("file", header = true)

R commands for PCA

Here are some r commands for PCA

Pcdat = princomp (data)-It does actual job and put the results to pcdat. It will use Covariance Matrix

Pcdat = princomp (data, Cor = true)-it will use correlation matrix

Summary (pcdat)-It will print standard deviation and proportion of variances for each component

Screeplot (pcdat)-It will plot screeplt

Biplot (pcdat) or biplot. princomp (pcdat, scale = 1)-it will give you biplot

Loadings (pcdat)-it will give information how much each variable contribute to each component. For Principal Components you can ignore

Loading subsection of the output from this command

Pcdat $ scores-it will plot scores of each observation for each variable

For further details about this and other R commands type

Help. Start ()

 

PCA encyclopedia address (with MATLAB example) http://baike.baidu.com/view/852194.htm#1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.