weight.Only.N {CombMSC} | R Documentation |
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)
model.List |
A list of models. |
n |
The desired size to weight. |
Andrew K. Smith