fitall {meifly} | R Documentation |
Fit all combinations of x variables ($2^p$)
fitall(y, x, method=lm, ...)
y |
vector y values |
x |
matrix of x values |
method |
method used to fit the model, eg lm ,rlm |
... |
This technique generalises fitbest
. While it is much
slower it will work for any type of model.
Hadley Wickham <h.wickham@gmail.com>