SOCR ≫ | DSPA ≫ | Topics ≫ |
Employ Principal Component Analysis (PCA), Singular Value Decomposition (SVD), Independent component analysis(ICA), Factor analysis (FA) to reduce the dimensionality of the PD data. Interpret the results.
Load Allometric Relations in Plants data and select proper covariates.
prcomp
factoextra
to draw biplot and grouped by Province/SitesL, M, D
to perform ICA and show pair plots before ICA and after ICA. [Hint: scatter3dplot()
may be helpful, which you saw in chapter 4.]require(nFactors)
to determine the number of the factors and show a scree plot as stated in notesfactanal()
to apply FA and compare the rotation varimax
and promax