select_close | R Documentation |
Select prediction models close to the best
select_close(
comparison,
k = 1,
mode = c("weighted", "min"),
threshold = c(0.5, 0.5),
max_models = Inf,
regu = 1,
break_ties = TRUE,
...
)
comparison |
SEPM.comparison |
k |
numeric, multiplier |
mode |
character, "weighted" or "min" |
threshold |
numeric, length corresponds to number of subgroups |
max_models |
integer, maximum number of models to be selected |
regu |
numeric, regularization parameter |
break_ties |
logical, default: TRUE |
... |
further arguments (currently ignored) |
a vector of selected model indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.