fmodel unnecessarily works through all the variables in the data set rather than just those in the model. This needn't be a problem, particularly after train() is written, since the data stored with the model will have just the variables involved in the model.
fmodel unnecessarily works through all the variables in the data set rather than just those in the model. This needn't be a problem, particularly after train() is written, since the data stored with the model will have just the variables involved in the model.