Add variables to a model as long as they reduce the given criterion.
Variables are searched according to candidates and every one which
reduces the criterion is added (not necessarily the best one).
Usage
fast_forward(data, crit = bic, ..., maxf = 70)
Arguments
data
an object of class big.
crit
a function defining the model selection criterion. You can use
your own function or one of these: bic, mbic, mbic2,
aic, maic, maic2.
...
optional arguments to crit.
maxf
a numeric, a maximal number of variables in the final model.