Assesses the influence of individual sectors by systematically dropping each sector and re-estimating convergence parameters. Identifies influential sectors and checks stability.
test_jackknife_sectors(
X_matrix,
Y_matrix,
sector_names = NULL,
k_exclude = 3,
max_comp = 3,
verbose = TRUE
)List with components:
jackknife_estimatesMatrix of lambda estimates (iterations x factors).
original_estimateOriginal lambda from full sample.
biasEstimated jackknife bias.
seJackknife standard errors.
influential_sectorsCharacter vector of highly influential sectors.
dfbetasMatrix of influence measures (DFBETAS).
Matrix of first set of variables
Matrix of second set of variables
Vector of sector names (default: NULL)
Number of sectors to exclude in each iteration (default: 3)
Maximum number of components (default: 3)
Logical; print progress and diagnostic information. Default TRUE.
column names.