SOCR ≫ | DSPA ≫ | Topics ≫ |
Use Principal Component Analysis (PCA), Singular Value Decomposition (SVD), Independent component analysis(ICA), Factor analysis (FA) to reduce the dimensionality of the PD data. Interpret each of the results.
Load Allometric Relations in Plants data and perform proper type conversion, e.g., convert “Province” and “Born”.
factoextra
and compare it to the results of prcomp
scatter3dplot()
may be helpful, which you saw in Chapter 4require(nFactors)
to determine the number of the factors and show a scree plot as stated in notes;factanal()
to apply FA and compare the rotation “varimax” and “promax”