mmltVS | R Documentation |
Select optimal subset based on high dimensional BIC in mmlts
mmltVS(
mltargs,
supp_max = NULL,
k_max = NULL,
thresh = NULL,
init = TRUE,
m_max = 10,
verbose = TRUE,
parallel = FALSE,
m0 = NULL,
future_args = list(strategy = "multisession", workers = supp_max),
...
)
mltargs |
Arguments passed to |
supp_max |
maximum support which to call |
k_max |
maximum support size to consider during the splicing algorithm.
Defaults to |
thresh |
threshold when to stop splicing. Defaults to
0.01 * |
init |
initialize active set. Defaults to |
m_max |
maximum number of iterating the splicing algorithm. |
verbose |
show progress bar (default: |
parallel |
toggle for parallel computing via
|
m0 |
Transformation model for initialization |
future_args |
arguments passed to |
... |
Arguments passed on to
|
L0-penalized (i.e., best subset selection) multivariate transformation models using the abess algorithm.
object of class "mltvs"
, containing the regularization path
(information criterion SIC
and coefficients coefs
), the
best fit (best_fit
) and all other models (all_fits
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.