What is principal component analysis and how can you create a pca model in r?
Answer Posted / Anurag Lohant
```RnnPrincipal Component Analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. In R, you can create a PCA model using the 'prcomp' function.n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers