Description Usage Arguments Value
View source: R/simulation-lib.R
Calls pick_fit_model_leaps
or pick_fit_model_step
to
actually do the underlying work. NOT exported to the user.
1 | pick_fit_model(xs, ys, method = c("step", "leaps"), direction = "both")
|
xs |
Covariates |
ys |
Responses |
method |
If leaps, run leaps. Otherwise, if step, run step-wise selection |
direction |
Only valid of |
95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.