Uniform: Uniform model prior

Description Usage Arguments Examples

View source: R/Uniform.R

Description

A uniform model prior that assigns the same prior mass on each model.

Usage

1
Uniform(ind,p)

Arguments

ind

the index set of variables in a model

p

the total number of covariates

Examples

1
2
3
ind = 1:3 
m = Uniform(ind,p)
print(m)

Example output

[1] 0

BayesS5 documentation built on March 26, 2020, 7:14 p.m.

Related to Uniform in BayesS5...