I am used to running multivariate factor analysis in Minitab with the default settings (method of extraction: principal components; type of rotation: none; matrix to factor: correlation; source of matrix: compute from variables; loadings for initial solution: compute from variables).
I would like to replicate this process in R. I tried using both factAnal() and prcomp(), but didn't get back the same factor loadings that Minitab returned. Does anyone know what arguments (for either factAnal() or prcomp()) would be needed to replicate this?