BoxCoxVS {tramvs} | R Documentation |
Optimal subset selection in a BoxCox-type transformation model
Description
Optimal subset selection in a BoxCox-type transformation model
Usage
BoxCoxVS(
formula,
data,
supp_max = NULL,
k_max = NULL,
thresh = NULL,
init = TRUE,
m_max = 10,
...
)
Arguments
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 |
Value
See tramvs
[Package tramvs version 0.0-4 Index]