fitbest {meifly} | R Documentation |
Use the leaps package to generate the best subsets.
fitbest(formula, data, nbest=10, ...)
formula |
model formula |
data |
data frame |
nbest |
number of subsets of each size to record |
... |
other arguments passed to regsubsets |
Hadley Wickham <h.wickham@gmail.com>