Learn R Programming

BAS (version 0.80)

uniform: Uniform Prior Distribution for Models

Description

Creates an object representing the prior distribution on models for BAS.

Usage

uniform()

Arguments

Value

  • returns an object of class "prior", with the family name Uniform.

Details

The Uniform prior distribution is a commonly used prior in BMA, and is a special case of the indpendent Bernoulli prior with probs=.5. The implied prior distribution on model size is binomial(p, .5).

See Also

bas.lm, beta.binomial,Bernoulli,

Examples

Run this code
uniform()

Run the code above in your browser using DataLab