Extract selected support at a frequency threshold
Source:R/methods.R
support_selectboost_quantile.RdExtract selected support at a frequency threshold
Arguments
- object
A
selectboost_quantile()fit.- tau
Optional quantile level to extract for multi-
taufits. When omitted, a named list is returned.- c0
Threshold along the perturbation path. The closest available
c0value is used whenselection_metric = "frequency".- threshold
Minimum summary score required for inclusion.
- selection_metric
Support score used to define the returned support.
"hybrid"reuses the summary-level hybrid stability/effect-size score, while"frequency"applies the threshold directly to the selection frequency at the requestedc0.- include_intercept
Should the intercept be included in the returned support?