abess_mmlt | R Documentation |
Optimal subset selection for multivariate transformation models
abess_mmlt(
mltargs,
supp,
k_max = supp,
thresh = NULL,
init = TRUE,
m_max = 10,
m0 = NULL,
...
)
mltargs |
Arguments passed to |
supp |
support size of the coefficient vector |
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. |
m0 |
Transformation model for initialization |
... |
Currently ignored |
List containing the fitted model via mmlt
, active set
A
and inactive set I
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.