View source: R/EFAtools-superseded.R
| MAP | R Documentation |
MAP() has been superseded by efa_map(), which is the recommended interface
going forward. It remains available and unchanged so existing code keeps working.
MAP(
x,
use = c("pairwise.complete.obs", "all.obs", "complete.obs", "everything",
"na.or.complete"),
cor_method = c("pearson", "spearman", "kendall", "poly", "tetra")
)
x |
A numeric |
use |
Character string specifying the treatment of missing values when computing correlations.
Passed to |
cor_method |
Character string specifying the correlation coefficient to be computed if raw
data are supplied. One of |
An object of class efa_retention, identical to the value of
efa_map(); see there for the components.
efa_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.