Learn R Programming

mcmcsae (version 0.7.8)

pr_unif: Create an object representing uniform prior distributions

Description

Create an object representing uniform prior distributions

Usage

pr_unif(min = 0, max = 1)

Value

An environment representing the specified prior, for internal use.

Arguments

min

lower limit.

max

upper limit.