MAP() has been superseded by efa_map(), which is the recommended interface
going forward. It remains available and unchanged so existing code keeps working.
Arguments
- x
A numeric
matrixordata.frame. Can be either (a) a correlation matrix, or (b) raw data (rows = observations, columns = variables) from which correlations are computed.- use
Character string specifying the treatment of missing values when computing correlations. Passed to
stats::cor(). Defaults to"pairwise.complete.obs".- cor_method
Character string specifying the correlation coefficient to be computed if raw data are supplied. One of
"pearson","spearman", or"kendall"(passed tostats::cor()), or"poly"/"tetra"for polychoric / tetrachoric correlations of ordinal / binary data (a two-step estimator with no empty-cell continuity correction). Defaults to"pearson".
Value
An object of class efa_retention, identical to the value of
efa_map(); see there for the components.