powered by
A uniform model prior that assigns the same prior mass on each model.
Uniform(ind,p)
the index set of variables in a model
the total number of covariates
# NOT RUN { ind = 1:3 m = Uniform(ind,p) print(m) # }
Run the code above in your browser using DataLab