View source: R/dataPreprocessing.R
PCASuitability | R Documentation |
Performs Bartlett's test and KMO test to determine the suitability of PCA on the given correlation matrix R.
PCASuitability(R, sig_level = 0.05)
R |
A correlation matrix of the dataset. |
sig_level |
A numeric significance level for Bartlett's test, default is 0.05. |
A list indicating if PCA is suitable, along with the results of Bartlett's and KMO tests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.