Given a model list, this generates a weight vector which assigns positive (equal) weight
to all models of size n (and ONLY models of exactly that size). Uses num.Terms
to determine the size of each model.
weight.Only.N(model.List, n)
A list of models.
The desired size to weight.