Select a full model
select_full_model.RdThis function simply attempts a full model and returns a selector object
as a useful comparison.
Usage
select_full_model(
formula,
data,
family = c("gaussian", "binomial", "poisson"),
fitted_selector = NULL,
...
)