Perform backwards step-wise regression on a model. Returns a list of the analysis at each step starting with the full model.
A list of the analyses.
drop is a list of character vectors specifying the scalar parameters to possibly drop. If a list element consists of two or more strings then the earlier strings are only available to drop after the later strings have been eliminated. This allows polynomial dependencies to be respected.