Executes all available robustness tests (permutation, reweighting, jackknife) and synthesizes results into an integrated assessment.
run_convergence_robustness_tests(
results_robust,
X_matrix,
Y_matrix,
path_cpi = NULL,
path_weights = NULL,
sector_names = NULL,
run_permutation = TRUE,
run_reweighting = FALSE,
run_jackknife = TRUE,
run_leadlag = FALSE,
run_common_factor = FALSE,
sensitivity_analysis = TRUE,
verbose = TRUE
)List with components:
permutationResults from permutation test.
reweightingResults from reweighting test (if applicable).
jackknifeResults from jackknife test (if requested).
summaryData frame summarizing all tests.
overall_robustLogical indicating if convergence is robust across all tests.
Output from run_complete_factor_analysis_robust()
Matrix of first set of variables
Matrix of second set of variables
Path to CPI data (default: NULL)
Path to weights data (default: NULL)
Vector of sector names (default: NULL)
Logical, run permutation test (default: TRUE)
Logical, run reweighting test (default: FALSE)
Logical, run jackknife test (default: TRUE)
Logical, run lead-lag test (default: FALSE)
Logical, run common factor test (default: FALSE)
Logical, run sensitivity analysis (default: TRUE)
Logical; print progress and diagnostic information. Default TRUE.