Check suitability of data for Factor Analysis (FA)
This checks whether the data is appropriate for Factor Analysis (FA) by running the Bartlett's Test of Sphericity and the Kaiser, Meyer, Olkin (KMO) Measure of Sampling Adequacy (MSA).
check_factorstructure(x, ...)
x |
A dataframe. |
... |
Arguments passed to or from other methods. |
A list of lists of indices related to sphericity and KMO.
library(parameters) check_factorstructure(mtcars)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.