Evaluates the short-run causal relationship from X to Y factors using Granger causality tests and out-of-sample forecast comparison.
rescue_short_run_channel(
results_robust,
lag = 1,
B = 1000,
seed = NULL,
ridge = 0.001,
oos_start = 0.6,
verbose = TRUE
)List with components:
granger_pP-values from Granger causality tests.
OOSList with out-of-sample RMSE comparison.
p_valuesBootstrap p-values for RMSE differences.
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: NULL)
Ridge regularization parameter (default: 0.001)
Proportion of data to use for training (default: 0.6)
Logical; print progress and diagnostic information. Default TRUE.
testing. Default is 0.2.