Wrapper function that extracts factors from a complete analysis object and runs the rotation null test.
run_rotation_null_on_results(
results_robust,
lag = 1,
B = 1000,
seed = 42,
rotate = "Y",
compute = c("procrustes", "cca", "principal", "dynbeta")
)List. Output from rotation_null_test.
Output from run_complete_factor_analysis_robust()
Number of lags for the model (default: 1)
Number of bootstrap iterations (default: 1000)
Random seed for reproducibility (default: 42)
Which dataset to rotate: 'X' or 'Y' (default: 'Y')
Vector of methods to compute: 'procrustes', 'cca', 'principal', 'dynbeta'