pr_unif {mcmcsae} | R Documentation |
Create an object representing uniform prior distributions
Description
Create an object representing uniform prior distributions
Usage
pr_unif(min = 0, max = 1)
Arguments
min |
lower limit. |
max |
upper limit. |
Value
An environment representing the specified prior, for internal use.
[Package mcmcsae version 0.7.9 Index]