Summarize a SelectBoost-style quantile fit
Arguments
- object
A
selectboost_quantile()fit.- threshold
Frequency threshold used to define the reported stable support.
- tau
Optional quantile level to summarize when the fit contains multiple
tauvalues. When omitted, a multi-summary is returned.- enforce_monotone
Should the frequency paths be post-processed into a non-increasing function of the perturbation strength?
- selection_metric
Summary score used to define the stable support.
"frequency"thresholds the pathwise mean selection frequency, while"hybrid"downweights frequently selected variables whose fitted baseline effect size remains weak.- ...
Unused.