pr_gamma {mcmcsae} | R Documentation |
Create an object representing gamma prior distributions
Description
Create an object representing gamma prior distributions
Usage
pr_gamma(shape = 1, rate = 1)
Arguments
shape |
scalar or vector shape parameter. |
rate |
scalar or vector rate, i.e. inverse scale, parameter. |
Value
An environment representing the specified prior, for internal use.
[Package mcmcsae version 0.7.7 Index]