Variable selection method using shrinkage factors (kappa).
Note: This method may underselect when tau collapses to small values.
Consider using select_by_credible_interval as an alternative.
select_by_shrinkage(hs_fit, threshold = 0.5, verbose = FALSE)List with selected variable names and details.
Object returned by fit_horseshoe.
Kappa threshold. Variables with kappa < threshold are considered relevant. Default 0.5.
Logical for messages.
select_by_credible_interval for a more robust alternative.