Given a model list, and a numeric vector of prior weights on model size, generates a weight vector for the entire model list based on the prior.
weightsGivenSize(vec, modlist)
Vector of weights on model size. The first entry is the weight on the model with 0 terms, the second entry is the weight for models with 1 term, etc.
A list of models