I am a beginner to R. I have read several guides, but still am stuck on this:
I have data in an excel csv file, on which I want to run PCA.
I'm not sure how the prcomp formula works. The help page states:
prcomp(x, retx = TRUE, center = TRUE, scale. = FALSE,
tol = NULL, ...)...
Howdy,
The attached spreadsheet contains the correlation matrix of predictor variables and response variable. Correlation exists between them. Additionaly included are the results from a Principal Components Analysis on my (scaled) predictor variables. I used the prcomp command in R with the...