View source: R/EFAtools-superseded.R
| COMPARE | R Documentation |
COMPARE() has been superseded by efa_compare(), which is the recommended
interface going forward. It remains available and unchanged so existing code
keeps working.
COMPARE(
x,
y,
reorder = c("congruence", "names", "none"),
corres = TRUE,
thresh = 0.3,
digits = 4,
m_red = 0.001,
range_red = 0.001,
round_red = 3,
print_diff = TRUE,
na.rm = FALSE,
x_labels = c("x", "y"),
plot = TRUE,
plot_red = 0.01
)
A list of class c("efa_compare", "COMPARE"), identical to the value
of efa_compare(); see there for the components.
efa_compare()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.