Uniform {BayesS5} | R Documentation |
A uniform model prior that assigns the same prior mass on each model.
Uniform(ind,p)
ind |
the index set of variables in a model |
p |
the total number of covariates |
ind = 1:3
m = Uniform(ind,p)
print(m)