Skip to contents

Extract selected support at a frequency threshold

Usage

support_selectboost_quantile(
  object,
  tau = NULL,
  c0 = min(object$c0_seq),
  threshold = 0.55,
  selection_metric = c("hybrid", "frequency"),
  include_intercept = FALSE
)

Arguments

object

A selectboost_quantile() fit.

tau

Optional quantile level to extract for multi-tau fits. When omitted, a named list is returned.

c0

Threshold along the perturbation path. The closest available c0 value is used when selection_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 requested c0.

include_intercept

Should the intercept be included in the returned support?

Value

A character vector or a named list of character vectors.