Iteratively run BootEGA to ensure structural stability of items
Source:R/pipeline_helpers_optimized.R
iterative_stability_check.RdIteratively run BootEGA to ensure structural stability of items
Usage
iterative_stability_check(
embedding_matrix,
items,
cut.off = 0.75,
model = "NULL",
algorithm = "",
uni.method,
corr = "auto",
ncores = NULL,
boot.iter = 500,
EGA.type = "EGA.fit",
silently
)Arguments
- embedding_matrix
Numeric matrix of item embeddings (columns = items).
- items
Data frame containing at least
IDandstatement.- cut.off
Numeric. Minimum stability required to retain an item.
- model
Network estimation model (e.g., "glasso", "TMFG").
- algorithm
Community detection algorithm.
- uni.method
Unidimensionality method.
- corr
Character. Correlation method. Default "auto" uses EGAnet's automatic detection.
- ncores
Numeric. Number of cores for parallel processing. Default NULL uses EGAnet default.
- boot.iter
Numeric. Number of bootstrap iterations. Default 500.
- EGA.type
Type of EGA (default "EGA.fit").
- silently
Logical. Suppress output.