View source: R/EFAtools-superseded.R
| N_FACTORS | R Documentation |
N_FACTORS() has been superseded by efa_retain(), which is the recommended
interface going forward. It remains available and unchanged so existing code
keeps working.
N_FACTORS(
x,
criteria = c("CD", "EKC", "HULL", "MAP", "NEST", "PARALLEL"),
suitability = TRUE,
N = NA,
use = c("pairwise.complete.obs", "all.obs", "complete.obs", "everything",
"na.or.complete"),
cor_method = c("pearson", "spearman", "kendall", "poly", "tetra"),
n_factors_max = NA,
N_pop = 10000,
N_samples = 500,
alpha = 0.3,
max_iter_CD = 50,
n_fac_theor = NA,
method = c("ML", "PAF", "ULS"),
gof = c("CAF", "CFI", "RMSEA"),
eigen_type_HULL = c("SMC", "PCA", "EFA"),
eigen_type_other = c("SMC"),
n_factors = 1,
n_datasets = 1000,
percent = 95,
decision_rule = c("means", "percentile", "crawford"),
ekc_type = lifecycle::deprecated(),
n_datasets_nest = 1000,
alpha_nest = 0.05,
show_progress = FALSE,
...
)
A list of class c("efa_retain", "N_FACTORS"), identical to the
value of efa_retain(); see there for the components.
efa_retain()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.