LmVS {tramvs} | R Documentation |
Optimal subset selection in an Lm-type transformation model
LmVS( formula, data, supp_max = NULL, k_max = NULL, thresh = NULL, init = TRUE, m_max = 10, ... )
formula |
object of class |
data |
data frame containing the variables in the model. |
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. |
... |
Additional arguments supplied to |