Optimal subset selection in a cotram model
cotramVS(
formula,
data,
supp_max = NULL,
k_max = NULL,
thresh = NULL,
init = TRUE,
m_max = 10,
parallel = FALSE,
future_args = list(strategy = "multisession", workers = supp_max),
...
)See tramvs
object of class "formula".
data frame containing the variables in the model.
maximum support which to call abess_tram with.
maximum support size to consider during the splicing algorithm.
Defaults to supp.
threshold when to stop splicing. Defaults to
0.01 * supp * p * log(log(n)) / n$, where p denotes the number of predictors
and n the sample size.
initialize active set. Defaults to TRUE and initializes the
active set with those covariates that are most correlated with score residuals
of an unconditional modFUN(update(formula, . ~ 1)).
maximum number of iterating the splicing algorithm.
toggle for parallel computing via
future_lapply
arguments passed to plan; defaults
to a "multisession" with supp_max workers
Additional arguments supplied to cotram