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.