check_factorstructure: Check suitability of data for Factor Analysis (FA)
Description
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).
Usage
check_factorstructure(x, ...)
Value
A list of lists of indices related to sphericity and KMO.
Arguments
x
A dataframe.
...
Arguments passed to or from other methods.
See Also
check_kmo(), check_sphericity_bartlett() and check_clusterstructure().