View source: R/check_factorstructure.R
check_factorstructure | R Documentation |
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.
check_kmo()
, check_sphericity_bartlett()
and check_clusterstructure()
.
library(performance) check_factorstructure(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.